yoka javascript库
摘要:
/* * author tiger */;(function(){ Function.prototype.method = function(name,func){ if(!this.prototype[name]){ this.prototype[name] = func; } }; if( !window.XMLHttpRequest && window.ActiveXObject){ try{ document.execCommand('BackgroundImageCache', false, true); }catch (e){ }; }/* * St 阅读全文
posted @ 2012-08-29 18:04 lzf0514 阅读(178) 评论(0) 推荐(0) 编辑