listUrls = soup.findAll("a", herf=re.compile("^/wiki/")) for url in listUrls: print(url["herf"])
url不是列表吗,为什么可以用url["href"]
列表里边是元组吧