我来自 Python ,在哪里 beautiful soup 你可以解析整个 html tree 不创造 get 请求加入 外部网页 .我也在找同样的 javascript ,但我只找到了 jsdom 和 jssoup (这似乎没用过)如果我是对的,他们只允许你提出请求。 我想要一个图书馆 js 这样我就可以分析整个 html树 没有得到 CORS 策略错误,也就是说,没有发出请求,只是解析它。
Python
beautiful soup
html tree
get
javascript
jsdom
jssoup
js
html树
CORS
我该怎么做?