摘要:
轉自:http://www.cnblogs.com/JustRun1983/archive/2013/03/18/2965481.htmlObject.prototype.equals = function(x){ var p; for(p in this) { if(typeof(x[p])=='undefined') {return false;} } for(p in this) { if (this[p]) { switch(typeof(this[p])) { case 'object': ... 阅读全文
posted @ 2013-04-12 14:23
天际翔龙
阅读(971)
评论(0)
推荐(0)

浙公网安备 33010602011771号