摘要:
关于javascript中的类、对象,各有各的说法,书上一笔带过,网上看了一些,互相打架,还是自己试试,代码如下: function xurui() { }; alert(xurui.constructor);//fFn alert(xurui.prototype);//oo alert(xurui.constructor.prototype);//fn alert(xurui.constructor.prototype.constructor);//fFn alert(typeof(xurui.constructor.prototype));//function alert('mar 阅读全文
posted @ 2013-02-16 21:42
大花花
阅读(210)
评论(0)
推荐(0)

浙公网安备 33010602011771号