<html>
<head>
</head>
<body>
<form method="post" action="http://localhost/2.php">
id:<input type="text" name="id[]" value=""/>
num:<input type="text" name="num[]" value=""/>
<input type="submit" value="提交"/>
</form>
</body>
</html>
我想获得每次从表单里输入的内容应该怎么写???
我就是伸手党
wldraa