element ui

var url=window.location.href;
console.log(url);
var aa=url.indexOf("=");
if(aa==-1)
return "";
url=url.substring(aa+1);
window.alert(url);
本文来自博客园,作者:hellowworld!,转载请注明原文链接:https://www.cnblogs.com/zhangsai/p/17645490.html
posted on 2023-08-21 11:04 hellowworld! 阅读(22) 评论(0) 收藏 举报
浙公网安备 33010602011771号