-1

我安装 python spynner im tring 来加载我的页面“ http://nexo.rf.gd/app.js ”无法加载这个请帮助我尝试使用 mechinize.Browser() 但它无法加载 html 然后我尝试使用 selenium远程网络驱动程序,最后我尝试使用 spynner,因为这个浏览器可以运行 js,但不知道如何?请帮帮我

## 使用 mechanize.Browser() ##

import mechanize
Br = mechanize.Browser()
Br.open('http://nexo.rf.gd/app.js')
Br.response().read()

答案是 HTML 代码女巫说这个网站需要 js 启用浏览器

答案将是'import sqlite'`

4

1 回答 1

0

最后我找到了一种方法来打开我的页面 html 代码#witch is import sqlite3

每个浏览器都失败了,但是用dryscrape我的问题解决了,谢谢

于 2017-09-19T14:11:14.983 回答