<html>
<head>
<title>Untitled</title>
</head>
<body>
<?php
if($submit){
for($i=0;$i<count($select);$i++)
echo $select[$i];
}
?>
<p> </p>
<form name="form1" method="post" action="">
<select name="select[]" size="6" multiple>
<option value="1" selected>111111111</option>
<option value="2">22222222</option>
<option value="3">333333333</option>
<option value="4">444444444</option>
</select>
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html>
文章来源于领测软件测试网 https://www.ltesting.net/
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073