且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么我的iframe下面有数字?

更新时间:2023-02-10 07:46:39

我发现了问题......

这是我打印功能的双重打击......



起初我写这样的代码:

I found the problem...
It''s my double call for print function...

at first I write the code like this :


content = print'< iframe src = ../ pengguna / daftar_pengguna.php 溢出 = hidden width = 1074 height = 500 > < / iframe > ';
content = print '<iframe src="../pengguna/daftar_pengguna.php" overflow="hidden" width="1074" height="500"></iframe>';





然后我调用



then I call the


内容。



当我编写这样的代码时它解决了:



content.

It solved when I write the code like this :