赞
踩
扫描漏洞如下:
代码:
// In IE6, the hash fragment and search params are incorrect if the // fragment contains `?`. getSearch: function() { var match = this.location.href.replace(/#.*/, '').match(/\?.+/); return match ? match[0] : ''; }, |
// Update the hash location, either replacing the current entry, or adding // a new one to the browser history. _updateHash: function(location, fragment, replace) { if (replace) |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。