JavaScript-前端常用代码
禁止右键 <script type='text/javascript'> document.body.oncontextmenu=document.body.ondragstart= document.body.onselectstart=document.body.onbeforecopy=function(){return false;};...
面试题:HashCode的作用是什么?
今天来分享一道比较好的面试题,“HashCode的作用?” 对于这个问题,我们一起看看考察点和比较好的回答吧! 考察点 HashCode在java中比较基础,这个问题就是面试官想考察我们是不是平日里善...