摘要: function Person(age,name){ this.age=age; this.name=name; if(typeof Person._initialized=='undefined'){ Person.prototype.showName=function(){ cons... 阅读全文
posted @ 2016-08-26 18:49 G善源 阅读(81) 评论(0) 推荐(0) 编辑
摘要: function isEmptyObject(obj){ for(var n in obj){ return false; } return true; } 阅读全文
posted @ 2016-08-26 16:18 G善源 阅读(783) 评论(0) 推荐(0) 编辑
摘要: Valid Accept Types: For CSV files (.csv), use: For Excel Files 2003-2007 (.xls), use: For Excel Files 2010 (.xlsx), use: For Text Files (.txt) use: For Image Files (.png/.jpg/etc), use... 阅读全文
posted @ 2016-08-26 10:26 G善源 阅读(437) 评论(0) 推荐(0) 编辑