smarty模板如何向html中<iframe>嵌入部分赋值?

WBOY
Release: 2016-06-23 13:51:03
Original
817 people have browsed it

如将php一变量$example
$smarty -> assign('example', $example);
$smarty -> display('index.html');

$example能传递到index.html页面中并显示 但是index.html中通过


回复讨论(解决方案)

除了用 js 向 iframe 写,iframe 的内容来自于独立的 url

你在嵌套的iframe里面

你在嵌套的iframe里面


可以直接写吗?可是页面打开后会直接显示 


可是页面打开后会直接显示 这样的代码 无法输出应该显示的值

除了用 js 向 iframe 写,iframe 的内容来自于独立的 url


所以应该怎么做?

一个独立的页面,你说该怎么写?

我觉得,先别说Smarty,先说说你的业务需求。
为什么要获得这个变量?要在什么时候获得这个变量?

变量可以通过嵌入的

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!