52,792
社区成员




var account = document.getElementById("shopbus_account").value;
if(account!=''){
document.getElementById("freightdo").id="freightaccountdo";
alert(document.getElementById("freightaccountdo"));//////看是否输出null,如果是null就没有修改id
}else{
alert("no");
}