In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
Editor to share with you what to do when ajax returns object Object, I believe most people don't know much about it, so share this article for your reference. I hope you can learn a lot after reading this article. Let's learn about it together.
Phenomenon: use ajax to send the request, because the backend PHP uses Ali's SMS, and later returns the type object Object. It is shown in the browser that the return format is as follows: {msg:90,ok:ok} [1 recording 98978]. The return value of ajax is not easy to handle. {msg:90,ok:ok} this is the return value of a third-party SMS message, so it can't be removed. [1] this is the return value that you need to use in the backend.
If the return type is complex and only returns a field, you can use complete to accept the callback function. Data.responseText will return the result as String, and you can intercept the string.
Solution:
Ajax ({type: "post", / / submission method url: ".. / ss.php", / / path async:true, dataType: "json", data: {"xxs": xx, "xx": xx, "xx": xx}, / / data Here, Json format is used to transmit complete: function (data) {/ / the returned data is processed according to the result. No matter whether the request succeeds or fails, the var str=data.responseText of this method will be used. / / convert the returned result to a string. In this case, the background tag "#" (defined by yourself, mainly used to intercept the string) is used as the main if (str.indexOf ("#") > 0) {var do=str.substr (str.indexOf ("#") + 1 window.location= 18); _ window.location= "xx.php?xx=" + dd } else {alert ("failed to save, please try again later";}); / / ajax_end is all the contents of the article "what to do if ajax returns object Object". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.