对于 python 2.7 中的这些代码行:
print performer[0]
print performer[0].split(">")[1]
我明白了
<span itemprop="name performers">Lindsey Stirling Tickets</span>
好的结果在这里,但是
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\format.py", line 51, in <module>
print performer[0].split(">")[1]
TypeError: 'NoneType' object is not callable
文字来自美丽的汤,所以不确定它的类型是否搞砸了。以前使用过拆分,但从未遇到过这些问题。