摘要:
用js获取select所选的值2009-09-02 10:04<script type="text/javascript"> function change(obj){ var strsel = obj.options[obj.selectedIndex].text; document.getElementById("xiangmutext").value=strsel; }</... 阅读全文
posted @ 2009-10-07 13:52
张立余
阅读(746)
评论(0)
推荐(0)
浙公网安备 33010602011771号