Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Which is the better underlying function than getjson and what are its advantages?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

In this issue, Xiaobian will bring you about which underlying function is better than getjson and what advantages it has. The article is rich in content and analyzes and narrates from a professional perspective. After reading this article, I hope you can gain something.

The code is as follows:

$.ajax({

type: "GET",

url: desturl,

success:function(data) {

if(data!= '') {

linfo[xss_clean]=data;

}

loadimg.style.display="none";

// addTableListener(document.getElementById("tbColor"),0,0);

},

error: function(){

alert("asynchronous query error");

loadimg.style.display="none";

},dataType:"json"

});

The advantage is that if there is a problem with the network, you can tell the user that there is an error through the error method, and if you use the getjson function, you cannot handle this error.

The above is the bottom function that Xiaobian shares for everyone is better than getjson, which is what and what advantages, if there is a similar doubt, may wish to refer to the above analysis to understand. If you want to know more about it, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report