日期:2014-05-16 浏览次数:20342 次
<form method="post" action="http://www.b.com/1.php"> <input type="text" name="name01" /> <input type="text" name="name02" /> <input type="submit" value="提交" /> </form>
<?php $a=$_REQUEST['name01']; echo $a."<br/>"; $b=$_REQUEST['name02']; echo $b ?>