Home > Backend Development > PHP Tutorial > javascript - 外部被引入的JS文件中能遍历smarty数据吗?

javascript - 外部被引入的JS文件中能遍历smarty数据吗?

WBOY
Release: 2016-06-06 20:13:57
Original
1119 people have browsed it

HTML中可以用{$aa.bb}取出值,想问的是外部引入的js文件jquery代码中也能这样取出数据吗?刚刚试了一下没取出来

回复内容:

HTML中可以用{$aa.bb}取出值,想问的是外部引入的js文件jquery代码中也能这样取出数据吗?刚刚试了一下没取出来

外部引入的js文件是浏览器加载的,PHP程序不处理,所以无法解析。

不行的,模板解析有局限性,没法解析到 test.js 文件里面去的

不能的,要是非有一个值你要弄到js里,我是先写到html上,然后jquery去页面上取(隐藏域属性等等)

不能。

如果实在需要可以考虑在模板中把变量赋给 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