reo*_*eox 4 html javascript curl
是否有可能获得带有curl的网页的html源代码并在其上运行javascript解释器,所以我得到生成的内容?
Page我需要在那里使用一些编码和生成的内容,所以我想首先运行javascript来获取转义和生成的内容...或者我是否需要正则表达javascript和"自己编译"javascript?喜欢
curl <myurl> | perl -ne 'm/unescape\((.*)\)/; print "$1"' | <now to something with that>
Run Code Online (Sandbox Code Playgroud)
我知道curl中没有javascript引擎,但我可以调用另一个脚本/ programm来完成这项工作吗?
| 归档时间: |
|
| 查看次数: |
12628 次 |
| 最近记录: |