Home > Backend Development > PHP Tutorial > cURL能解析运行javascript?不能吧

cURL能解析运行javascript?不能吧

WBOY
Release: 2016-06-23 14:24:15
Original
2066 people have browsed it

curl

cURL能解析运行javascript?不能吧

回复讨论(解决方案)

同求答案。不太可能,javascript运行需要有语言引擎(比如V8、IonMonkey),curl只是php的一个模块,有这能力是不是有点夸张了。

取得的只是字符而已

应该获取是HTML源代码,也就是含有JavaScript代码,但是不执行。

cURL不执行js,css,flash等。
所以cURL打开页面比浏览器要快许多。

“吧”去掉,一定不能的,他没有解析环境,只是php的一个扩展库。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template