PHP+JavaScript は、2 つのクエリ メソッドと 2 つのクエリ結果を含む入力ボックスを実装します。ウェブサイトの機能開発、ウェブサイトの模倣、難しいプログラミング、プロのエンジニアにお問い合わせください QQ467477957
<html><code class="prettyprint linenums lang-php"><html><br>
<head><br>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br>
<title></title><br>
<style type="text/css"><br>
#topage{<br>
width:260px;<br>
height:24px;<br>
}<br>
</style><br>
<br>
<script><br>
function goClick(){<br>
location.href = "list.action?page="+document.getElementById("topage").value;<br>
}<br>
</script><br>
<br>
<br>
</head><br>
<br>
<form action="a.php" method="post" name="form1"><br>
<br>
<input name="topage" id="topage" size="10" ><br>
<a href="#" onClick="goClick()">go</a><br>
<br>
<input name="seaech" type="submit" value="搜索"><br>
<br>
</form>
<頭>