我的javascript代码超过300万行代码,因为我需要调用很多变量,有什么办法可以简化这个吗?
这是代码:
var Start = document.getElementById('Start'),
question1 = document.getElementById('1'),
question2 = document.getElementById('2'),
question3 = document.getElementById('3'),
question4 = document.getElementById('4'),
question5 = document.getElementById('5'),
question6 = document.getElementById('6'),
question7 = document.getElementById('7');
我有 50 多个问题变量和 50 多个答案变量。
HUWWW
白板的微信
宝慕林4294392
相关分类