点击弹窗后再刷新html页面

当alert弹出框点击确定以后,再让页面重新加载一下
具体的代码如下:
<script type="text/javascript">
  alert("签到成功");
window.location.reload(); 

</script>

posted @ 2017-01-04 13:51  武小帅  阅读(3261)  评论(0编辑  收藏  举报