摘要: var url = window.location.search, index = url.lastIndexOf('=') + 1, sub = url.substring(index), text = decodeURI(sub); results = result.replace(new RegExp(text,"g"), ""+text... 阅读全文
posted @ 2016-04-14 18:00 唸随爱 阅读(136) 评论(0) 推荐(0) 编辑