我有一个网页,我想在其中显示另一个 html 页面。我使用了 iframe。页面通过 get 过程知道要加载什么。但是我认为这个编码有一个错误......
<iframe src="
<?
$file = ($_GET['ti'])
if ($title = '')
echo "information.html";
else echo "$file";
?>
"></iframe>
页面将收到的 url 如下所示: http ://www.website.com/reference.html?ti=unlimited.html