var mftStart=new cc.MenuItemFont("Start",this.OnStartClick,this); //按钮文字,回调函数,回调对象 var mnu=new cc.Menu(mftStart); mnu.setPosition(160,120); this.addChild(mnu);