function getParameterByName(name) { var match = RegExp('[?&]' + name + '=([^&]*)') .exec(window.location.search); return match ? decodeURIComponent(match[1].replace(/\+/g, ' ')) : null; }
作者:Olar Tan 出处:http://www.cnblogs.com/olartan ♪:没有做不到的 只有偷懒而错过的 ♪