摘要: 建立maze.js, mazespace.js, robot.js界面逻辑写在robotmazeinterface.js"use strict";//maze.jsfunction Maze(width,height){ this.width=width; this.height=hei... 阅读全文
posted @ 2015-07-09 14:52 bjsunhe 阅读(277) 评论(0) 推荐(0) 编辑
摘要: function Question(text,choices,answer){//question.js this.text=text; this.choices=choices; this.answer=answer;}Question.prototype.isCorrectAnswer=func... 阅读全文
posted @ 2015-07-09 10:11 bjsunhe 阅读(163) 评论(0) 推荐(0) 编辑