摘要:
https://blog.csdn.net/weixin_41544124/article/details/86249913 阅读全文
摘要:
var str = 'p2p-dafei'; console.log(str.split("p2p-")[1]); //截取p2p-后面的所有参数 阅读全文
摘要:
<html> <head> <meta charset="utf-8" /> <title></title> <script> var url; url = window.location.href; /* 获取完整URL */ alert(url); /* http://127.0.0.1:802 阅读全文