摘要:
(function(win, undefined){ var asycs = win.as = function(ischain){ var me = this; me.ischain = ischain || false; if(!(this instanceof as)){ return new asycs(ischain); } } asycs.prototype.add = function(){//主入口 var arg = Array.prototype.slice... 阅读全文
posted @ 2013-04-19 12:30
孙海勋
阅读(213)
评论(0)
推荐(0)