I m 带上“AttributeError:无Type物体在我操作以下时没有归属感”。 然而,当同一个任务是在块状块状变数上完成时,它就发挥了作用。
任何关于我错做什么的想法?
from BeautifulSoup import BeautifulSoup
from urllib import urlopen
url = ("https://en.wikipedia.org/w/api.php?action=query&prop=extracts&titles=Albert%20Einstein&explaintext")
print ((BeautifulSoup(((urlopen(url)).read()))).find( extract ).string).split("
", 1)[0]