摘要:
动态删除select中的所有options: document.getElementById("ddlResourceType").options.length=0; 动态删除select中的某一项option: document.getElementById("ddlResourceType").options.remove(indx); 动态添... 阅读全文
清风别苑(筹)将技术进行到底... 当开始我第一篇自己的技术blog的时候我将进入高手预备役... |