在mysql workbench里怎么进入command line

如题所述

第1个回答  2015-07-10
function singplay() {
var self = this;
this.prefix = "sing_play__fm_";
this.playIndex = -1;
this.listIndex = { PlayList: 0, MusicBox: 1 };
this.isLogin = false;
this.countMusicbox = -1;
this.cookieList = { PlayList: this.prefix + "0", MusicBox: this.prefix + "1" };
this.cookie;
this.agent;
this.init();追问

我找到了进入方式但是闪退

本回答被网友采纳
第2个回答  2015-07-09
百度有详细教程