只是抓取像github.com这样的网页我点击了着名的TypeError: 'undefined' is not a function
。
var page = require('webpage').create();
page.open('https://github.com', function() {
phantom.exit();
});
请参阅https://groups.google.com/forum/#!msg/phantomjs/r0hPOmnCUpc/uxusqsl2LNoJ
那么你究竟如何解决这个问题对于PhantomJS全新的人来说呢?
我是否克隆了curjojs/poly然后将我的所有PhantomJS代码包装在poly/function
{{1}}下?
我没有看到任何有关解决此问题的官方文档。