Js移除Chrome浏览器鼠标右键显示的默认菜单

document.documentElement.oncontextmenu = () => { return false; };

    推荐阅读