摘要:
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
陈高
阅读(146)
评论(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
陈高
阅读(122)
评论(0)
推荐(0)
浙公网安备 33010602011771号