转载:http://www.cnblogs.com/killerlegend/p/3575391.html 转载:http://www.cnblogs.com/shouce/p/5101001.html 在MSDN上提到了三种方式来创建,如下: Creating Cascading Menus with the SubCommands Registry Entry Creating Cascading Menus with the ExtendedSubCommandsKey Registry
Windows上将使用SublimeText打开文件的选项添加到鼠标右键菜单. 新建reg后缀的注册表文件,编辑添加内容 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\SublimeText3] @="Open To Sublime Text 3" "Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0&qu
下面为JavaScript代码 window.onload = function () { //好友列表 var f = 0; //判断指定id的元素在页面中是否存在 if (document.getElementById("menu")) { var menu1 = document.getElementById("menu"); f = 1; } document.oncontextmenu = function (e) { //菜单定位 //阻止执行默认的鼠标