问题描述
命令:phantomjs--output-encoding=gbktest.jshttp://webscan.360.cn/index/checkwebsite有时候能够正常返回diaoyu_sec的值,但有个别时候却找不到diaoyu_sec的值,返回结果提示:'null'isnotanobject请问是不是因为网速问题导致这种现象呢?有什么好的补救解决方法?test.js文件如下:varpage=require('webpage').create(),system=require('system'),address;if(system.args.length===1){phantom.exit(1);}else{address=system.args[1];page.open(address,function(status){varua=page.evaluate(function(){returndocument.getElementById('diaoyu_sec').textContent;});console.log(ua);phantom.exit();});}
时间: 2024-09-21 19:20:01