根据地址栏获取对应值

function GetURLlist(i) {
    return decodeURIComponent((new RegExp('[?|&]' + i + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search) || [null, ''])[1].replace(/\+/g, '%20')) || null;
};

  

GetURLlist('token')

  

posted @ 2018-06-14 10:45  原叶  阅读(172)  评论(0编辑  收藏  举报