Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 JavaScript 从客户端读取浏览器历史记录?如果没有,任何其他签名/未签名的插件可以做到这一点?
谢谢
Javascript 提供了称为历史的内置对象,您还可以读取长度、后退、前进、前进和其他属性。