我正在从一个网站上提取数据,当查看源代码<td class="xxx"> </td>
时使用<td class="xxx">Tá</td>
. 我正在尝试针对该 td 中的数据。现在它是空的。像下面这样的东西没有用,因为这不是 Ascii 字符。帮助!!:
result = <td class="xxx"> </td>
#Check to see if it is returning an empty string
if not result:
print 'empty'