Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通常在 php.ini 中使用以下 iframe 代码。
<?php $url = "http://mydomain/login.php"; echo '<iframe ... src="'.urldecode($url).'" width="100%" height="100%" seamless frameborder="0"></iframe>'; ?>
在这里,我想传递名称为“用户”和“密码”的 POST 数据
将 POST 请求的结果加载到 iframe 中的唯一方法是:
和