`$(document).ready(function () { //屏蔽F12 $(document).bind("keydown", function (e) { e = window.event || e; if (e.keyCode == 123) { e.keyCode = 0; return false; } }); });` Last modification:September 10, 2020 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 723 如果觉得我的文章对你有用,请随意赞赏
Comment here is closed