第36话 英雄救美(1 / 1)
我真不是天命之子
掌阅文化
0 字
2024-01-11
lse;
}; //阻止选中
document.oncontextmenu = function () {
return false;
}; //阻止菜单弹出
if (document.images) {
for (i = 0; i < document.images.length; i++) {
document.images[i].onmousedown = function () {
return false;
};
}
}
});