一、
内置对象:1.document document.referrer //获取上一个跳转页面的地址。
2.location window.location.href //获取或者重定url地址。
window.location.search //获取地址参数部分
window.location.hash //获取页面锚点或者hash值
3.Math Math.random //获取0-1的随机值
Math.floor //向下取整
Math.ceil //向上取整
原文地址:https://www.cnblogs.com/yingxiongguixing/p/11708534.html
时间: 2024-10-16 03:33:18