Home > Backend Development > PHP Tutorial > 相关wordpress通过php来调用javascript

相关wordpress通过php来调用javascript

WBOY
Release: 2016-06-13 13:18:36
Original
741 people have browsed it

有关wordpress通过php来调用javascript
最近看看wordpress的源码,我只知道javascript是在web端的脚本,在看wordpress源码的时候发现php经常会调用javascript的代码,这个server端为什么要调用javascript的代码啊?

------解决方案--------------------
不是 php经常会调用javascript的代码
而是 php经常会产生javascript的代码来控制浏览器的行为
------解决方案--------------------
php可以输出html,当然也可以输出js。这是必要的手段。

Related labels:
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