📄 question.js
字号:
//新添一级试题提交事件function first_sub(e) { var firstKindName = e.firstKindName; if (check_null(firstKindName)) { alert("\u8bf7\u60a8\u8f93\u5165\u6b63\u786e\u7684\u4e00\u7ea7\u8bd5\u9898\u540d\u79f0\uff01"); } else { return true; } return false;}//新添二级试题提交事件function second_sub(e) { var firstKindName = e.firstKindName; var secondKindName = e.secondKindName.value; if (check_null(firstKindName.value)) { alert("\u8bf7\u9009\u62e9\u5408\u9002\u7684\u4e00\u7ea7\u8bd5\u9898\uff01"); } else { if (check_null(secondKindName)) { alert("\u8bf7\u60a8\u8f93\u5165\u6b63\u786e\u7684\u4e8c\u7ea7\u8bd5\u9898\u540d\u79f0\uff01"); } else { e.firstKindId.value = firstKindName[firstKindName.selectedIndex].text.split("/")[0]; return true; } } return false;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -