摘要: function getParameterByName(name) { var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search); return match && decodeURICompon... 阅读全文
posted @ 2014-08-22 13:55 胡布内尔 阅读(169) 评论(0) 推荐(0)