var motorbike = {
"Wheel" : move,
"Motor" : start
}; // CREATE MOTORBIKE OBJECT
document.write(motorbike.Wheel()); // MOVE MY MOTORBIKE
document.write(motorbike.Motor()); // START MY MOTORBIKE
我有这个代码,一切都很完美但是,我无法点击按钮,结果为id#1,2,3,4,5,6,7,8,9,10正在工作好,但不是。我不知道为什么:((