时间:2021-10-02加入收藏
<!DOCTYPE HTML>
<html>
<head>
<title>测试搜索</title>
<meta charset="utf-8">
</head>
<body>
<form action="./ce.php" method="POST" target="ceshi">
<input name="name">
<button type="submit">搜索</button>
</form>
<iframe name="ceshi" style="display:none"></iframe>
</body>
</html>
<?php
echo '<script>alert("提交成功")</script>';
TGA: 技巧