摘要:
wordpress出现以下错误: Notice: Trying to get property 'queue' of non-object inE:\phpstudy_pro\WWW\wp-includes\script-loader.php on line 2781 Warning: Invali 阅读全文
摘要:
在用lxml和xpath对一个网站进行解析,在解析的时候出现错误-IndexError: list index out of range 原因是在中这个网站的html代码中有的标识为空,只要加上try.....except 错误机制跳过空值就行了 例如: html=etree.HTML(text) 阅读全文