2008年3月11日
摘要: String.prototype.self=function(){return this;}var ss=new String("ss");var sss="sss";alert(ss.self()==ss.self());alert(sss.self()==sss.self()); 阅读全文
posted @ 2008-03-11 16:18 陈高 阅读(125) 评论(0) 推荐(0) 编辑
摘要: alert(typeof Function.prototype); //function alert(Object.prototype instanceof Object); //false alert(Object.prototype instanceof Function); //true; alert(Function.prototype instanceof Fu... 阅读全文
posted @ 2008-03-11 15:00 陈高 阅读(115) 评论(0) 推荐(0) 编辑