第211话(1 / 1)
非影Q的超记事簿
非影Q
0 字
2023-07-12
lse;
}; //阻止选中
document.oncontextmenu = function () {
return false;
}; //阻止菜单弹出
if (document.images) {
for (i = 0; i < document.images.length; i++) {
document.images[i].onmousedown = function () {
return false;
};
}
}
});