JS这块:
function uploadlist() {
var selectstar=document.getElementById("selectstar");
if (!selectstar) {
wordlist.value="is null";
return;
}
。。。
为什么老是跳到 if 里面去呢??(也就是说,得不到selectstar)
怎么也看不出来,哭啊,50伪币求答案。。
l**********n 发帖数: 8443
2
maybe you should put the function before the select. maybe you have a typo.