为什么我正则表达式报错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