.contents说明文档中解释是list,我用soup.thead.tr.contents获取后的值为:l = [
rst = BeautifulSoup()rst.append(l[1])print(len(l)) 输出为1,少了一个