server = ['1']
start = 2
end = 4
for x in range(start, end + 1) and for y in serverip:
print x
print y
:https://codepen.io/NxDon/pen/eRpRra
这是关于我的代码如何工作的说明:
我通过新的GameConstructor创建游戏对象(第99行);
我将回调函数绑定到" start"和"严格"按钮。
答案 0 :(得分:2)
按钮有多个侦听器,
$(id).off('click');//removes past listeners
$(id).click(function(){
startAnswer();
});