摘要:
学习了gulp,webpack后越发觉得前端开发万分的有趣,首当其冲的就是解决了狂按f5的尴尬。 当我们按下ctrl+s保存后页面自动更新了,我就觉得我f5键在隐隐的发笑。 1.node_npm_live-server; 首先,你要安装node,当然有了node也就有了npm。 安装:随便打开一个文 阅读全文
posted @ 2017-08-01 20:52
正举
阅读(619)
评论(0)
推荐(0)
摘要:
document.oncontextmenu=new Function("event.returnValue=false");document.onselectstart=new Function("event.returnValue=false");或者document.oncontextmenu 阅读全文
posted @ 2017-08-01 13:24
正举
阅读(873)
评论(0)
推荐(0)