You know my style, the details are as follows
The key code is as follows:
function AsyncLoad(V_tag,V_src){if (V_tag == "script") {var s = document.createElement('script');s.type = 'text/javascript';s.async = true;s.src = V_src;var x = document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s, x);s.onload = function () {if (V_src == "../Content/Scripts/jquery-2.1.1.min.js") {AsyncLoad("script", "../Content/Scripts/public-effect.js");AsyncLoad("script", "../Content/Scripts/d3.v3.min.js");AsyncLoad("script", "../Content/Scripts/Common.js");AsyncLoad("script", "../Content/Scripts/mobilePie.js");}if (V_src == "../Content/Scripts/d3.v3.min.js"){AsyncLoad("script", "../Content/Scripts/Ticket/MyPCs.js");}}} else {var s = document.createElement('link');s.async = true;s.rel = "stylesheet"s.href = V_src;var x = document.getElementsByTagName('link')[0];x.parentNode.insertBefore(s, x);s.onload = function () {}}}window.onload = function () {AsyncLoad("link", "../Content/stylesheets/swiper-3.2.7.min.css");AsyncLoad("script", "../Content/Scripts/jquery-2.1.1.min.js");AsyncLoad("script", "../Content/Scripts/swiper-3.2.7.jquery.min.js");}The above is the full description of asynchronous loading of JS and CSS codes introduced to you by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. Thank you very much for your support to Wulin.com website!