var accountID = document.all("accountID");
if(accountID.value == null || accountID.value.length == 0){
accountID.parentElement.innerHTML += "<br><font color='red'>*[资源从账号] 不能为空</font>";
}
html在目标对象后追加内容
最新推荐文章于 2023-04-19 11:05:54 发布