文章列表
/**
* ukagaka.js
* @author Star
*/
if(typeof(Kangbang) == 'undefined')
var Kangbang = {};
var Ukagaka = null;
Kangbang.ukagaka = function(){
this.msgList = []; //可用的消息列表
this.shellList = [];//可用的shell列表
this.msgIndex = 0; //当前消息索引
this.shellIndex = 0;//当前shell索引
...
/**
* @author Star
*/
if(typeof(kaho) == 'undefined')
var kaho = {};
/**
* @type {object}
*/
kaho.util = { };
kaho.util.Borwers = { };
kaho.util.request = false;
kaho.util.userId = "";
kaho.util.clientId = "";
kaho.util.pageUrl = "&q ...