UNPKG

bmfe-mobile-template

Version:

BM 移动端模板

6 lines 224 B
export const getQueryString = (name) => { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; }