标签:arch code class [1] decode list exec fun location
function GetURLlist(i) { return decodeURIComponent((new RegExp(‘[?|&]‘ + i + ‘=‘ + ‘([^&;]+?)(&|#|;|$)‘).exec(location.search) || [null, ‘‘])[1].replace(/\+/g, ‘%20‘)) || null; };
GetURLlist(‘token‘)
标签:arch code class [1] decode list exec fun location
原文地址:https://www.cnblogs.com/yuanyanbk/p/9181968.html