1、JS方法: var a = document.getElementById("mySelect"); //mySelect是select 的Id a.options[0].selected = true;. 2、jquery 中的prop() 方法:
確定! 回上一頁