Maison  >  Article  >  développement back-end  >  在 html页面中 怎么用php 写出 <Iframe src="http://www.baidu.com" width="0" height="0" sc

在 html页面中 怎么用php 写出 <Iframe src="http://www.baidu.com" width="0" height="0" sc

WBOY
WBOYoriginal
2016-06-13 12:04:361385parcourir

在 html页面中 如何用php 写出

这样,就可以加载这个页面了
------解决方案--------------------

<br /><?php<br />echo '<Iframe src="http://www.baidu.com"; width="0" height="0" scrolling="no" frameborder="0"></iframe>';<br />?><br />

------解决方案--------------------
直接echo就可以了。

echo '';

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn