-
8.0
江边旅馆
Hotel by the River Gangbyeon hotel
-
5.0
人间空间时间和人
畸欲伊甸园(港) 人间时人(港) 末日飞船(台) 人类的时间 Human Space Time and Human
-
2.0
国家破产之日
救韩大时代(港) 分秒币争(台) 国家不渡之日 Default
window.onkeydown = window.onkeyup = window.onkeypress = function (event) {
// 判断是否按下F12,F12键码为123
if (event.keyCode == 123) {
event.preventDefault(); // 阻止默认事件行为
window.event.returnValue = false;
}
}