為什么我正則表達(dá)式報(bào)錯(cuò)IndexError: list index out of range
Traceback (most recent call last):
? File "E:\Program\Python\taob.py", line 11, in <module>
? ? data=re.findall('g_page_config = (.*?)g_srp_loadCss', html, re.S)[0].strip()[:-1]
IndexError: list index out of range