type: "GET",
url: desturl,
success:function(data) {
if(data!='') {
linfo.innerHTML=data;
}
loadimg.style.display="none";
// addTableListener(document.getElementById("tbColor"),0);
},
error: function(){
alert("异步查询出错");
loadimg.style.display="none";
},dataType:"json"
});
原文链接:https://www.f2er.com/json/290501.html