2012年8月31日
摘要: /**@author enoch q:512707890 *@create 2012.8*/ 1 (function (global, undefined) { 2 3 var AP = Array.prototype 4 5 function weave(expr, doc) { 6 return new weave.fn.init(expr, doc) 7 } 8 weave.fn = weave.prototype = { 9 construtor: weave,10 length: 0... 阅读全文
posted @ 2012-08-31 12:42 雨弓 阅读(227) 评论(0) 推荐(0) 编辑