getParam : function(){
return (key, strURL = window.location.search) => new RegExp("(^|\?|&)" + key + "=([^&]*)(\s|&|$)", "i").test(strURL) ?
decodeURIComponent(RegExp.$2.replace(/+/g, " ")) : "";
},
getParam : function(){
return (key, strURL = window.location.search) => new RegExp("(^|\?|&)" + key + "=([^&]*)(\s|&|$)", "i").test(strURL) ?
decodeURIComponent(RegExp.$2.replace(/+/g, " ")) : "";
},