html禁止浏览器默认行为,让页面更像应用。

在html或body行内写入:oncontextmenu="return false" ondragstart='return false;' onselectstart="return false;" unselectable="on"

posted @ 2018-05-28 10:16  正举  阅读(441)  评论(0)    收藏  举报