摘要: $startBtn.add($againBtn).on("click", function (e) { e.preventDefault(); //对应处理代码 startGame(); }); 阅读全文
posted @ 2019-12-17 13:54 bokeTIng 阅读(855) 评论(0) 推荐(0)
摘要: 对应低版本ie不兼容处理,直接提示版本过低,点击确认后关闭页面。 <!--[if lte IE 9]> <script type="text/javascript"> alert('您的浏览器版本太低了'); window.opener = null; window.open('', '_self' 阅读全文
posted @ 2019-12-03 19:21 bokeTIng 阅读(535) 评论(0) 推荐(0)