如何使用 iframe 从 a.php 文件中显示 div #b(only)?
一个.php
<html>
<head></head>
<body>
<div id="a">
Nice day!
</div>
<div id="b">
Nice night!
</div>
</body>
</html>
b.php
<IFRAME width=1200" height="1500" scrolling=no frameborder=0 src="a.php"; marginWidth=0 marginHeight=0></IFRAME>