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