写成这样:<form action='test.php' method=post>
<input type=hidden name=chkuser[] value=1>
<input type=hidden name=chkuser[] value=2>
<input type=hidden name=chkuser[] value=3>
<input type=submit>
</form>传入test.php中的就是chkuser数组. 你用print_r命令打印一下就知道了.