lse;
}; //阻止选中
document.oncontextmenu = function () {
return false;
}; //阻止菜单弹出
if (document.images) {
for (i = 0; i < document.images.length; i++) {
document.images[i].onmousedown = function () {
return false;
};
}
}
});
Tip:阅读页快捷键:上一章(←)、下一章(→)、回目录(回车)