摘要:
https://404.life/ 阅读全文
posted @ 2020-04-27 16:36
莫欺少年穷呐
阅读(209)
评论(0)
推荐(0)
摘要:
A页面 在A页面跳转到B页面的时候,在url后面可以拼接参数 例如: window.location.href = './B.html?' + id; 跳转到B页面之后,可以通过url地址获取到从A页面传递过来的id const thisProjectId = parseInt(location.h 阅读全文
posted @ 2020-04-27 09:54
莫欺少年穷呐
阅读(479)
评论(0)
推荐(0)