2020年5月14日
摘要: 引入jquery <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> $(document).bind("contextmenu", function () { return false; });//禁止右键 doc 阅读全文
posted @ 2020-05-14 16:59 易博奕-YBYsuccess 阅读(786) 评论(0) 推荐(0)
摘要: function checkPhone(phone){ var status = true; if (phone == '') { $('.num2-err').removeClass('hide').find("em").text('请输入手机号'); return false; } var pa 阅读全文
posted @ 2020-05-14 14:00 易博奕-YBYsuccess 阅读(98) 评论(0) 推荐(0)