04 2016 档案
摘要:如何使用: (1)CheckOrientation.get_orientation() //返回的是“portrait”:表示竖屏,返回的是“landscape”表示横屏 (2)$(window).on('orientation:change',function(e,type){//其中type值是
阅读全文
摘要:var url = window.location.search, index = url.lastIndexOf('=') + 1, sub = url.substring(index), text = decodeURI(sub); results = result.replace(new RegExp(text,"g"), ""+text...
阅读全文
浙公网安备 33010602011771号