刷新页面时出现提示
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了刷新页面时出现提示相关的知识,希望对你有一定的参考价值。
<script type="text/javascript"> var unloadPageTip = function(){return "刷新页面有可能会丢失数据";}; window.onbeforeunload = unloadPageTip; </script>
以上是关于刷新页面时出现提示的主要内容,如果未能解决你的问题,请参考以下文章
使用 Angular 7、NGINX 和 Docker 刷新页面时出现 404 错误