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.
当我们的客户使用 IE 10 时,我们必须告诉客户将 Internet 选项 -> 浏览历史记录 > 设置> 设置为“每次访问该页面”选项。Javascript中是否有一种方法可以检测浏览器设置以在未设置此设置时警告用户?
不,没有。
听起来您应该设置合适的缓存控制 HTTP 标头。