摘要:
var ws = { init:function(callback){ var _this = this; _this.callback = callback; }, websocket:function(){ var _this = this; if('WebSocket' in window){ var websocket = new ... 阅读全文
摘要:
/** * Created by dev013 on 9/9/14. */ var FileLoadTools = (function () { var my = {}; var htmlFile = [];// array for storing name of files loaded var jsFile = []; var cssFile = []; /** ... 阅读全文