把数据库中获得的数据放进select下拉菜单中
<select name="xxx"> <option>这里是select的默认值</option> <c:forEach items="${你Lis ...
<select name="xxx"> <option>这里是select的默认值</option> <c:forEach items="${你Lis ...
<script> function GetRandomNum(Min,Max){ var Range = Max - Min; var Rand = Math.random() ...
</style> <script> var i=1; function show(id){ if(i%2!=0){ document.getElementById(id). ...