Traceback (most recent call last):
File "D:/PycharmProjects/untitled/imooc/wiki.py", line 12, in <module>
if not re.search("\.(jpg|JPG)$",url1["href"]):
TypeError: string indices must be integers
File "D:/PycharmProjects/untitled/imooc/wiki.py", line 12, in <module>
if not re.search("\.(jpg|JPG)$",url1["href"]):
TypeError: string indices must be integers
2018-03-15
如果顯示是類型錯(cuò)誤的,可以先看一下自己數(shù)據(jù)庫那個(gè)表id那欄有沒有點(diǎn)下面的自動(dòng)遞增!
2018-01-26