¼³¸í »ý·« <DIV id="showarea" class=show style=width:80% title="°á°ú"></DIV> <SCRIPT> trstart='<TR><TD width=50> </TD><TD>'; trmid='</TD><TD>=</TD><TD>'; trend='</TD></TR>'; titleTr=prop=''; function titleLine(titleTr){ str+='<TR><TD colspan=4><A href=../../object/'+titleTr+'.html><SPAN class=object>'+titleTr+'</SPAN></A>'+trend; this.titleTr='<SPAN class=object>'+titleTr+'</SPAN>'; } function dataLine(titleTr,prop,proadd){ this.prop=prop; this.proadd=proadd; str+=trstart+titleTr+'.<SPAN class=property>'; if(proadd) str+='prototype.'; str+='hasOwnProperty("<A href=../../property/'+prop+'.html><SPAN class=mark>'+prop+'</SPAN></A>")</SPAN>'+trmid; } str='<TABLE width=100% border=0 bgcolor=#eeffff><COL><COL><COL><COL style=color:blue>'; titleLine('Array'); dataLine(titleTr,'constructor',1); str+=Array.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'length',1); str+=Array.prototype.hasOwnProperty("length")+trend; dataLine(titleTr,'prototype'); str+=Array.hasOwnProperty("prototype")+trend; dataLine(titleTr,'index',1); str+=Array.prototype.hasOwnProperty("index")+trend; dataLine(titleTr,'index'); str+=Array.hasOwnProperty("index")+trend; dataLine(titleTr,'input',1); str+=Array.prototype.hasOwnProperty("input")+trend; dataLine(titleTr,'input'); str+=Array.hasOwnProperty("input")+trend; titleLine('Boolean'); dataLine(titleTr,'constructor',1); str+=Boolean.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'prototype'); str+=Boolean.hasOwnProperty("prototype")+trend; titleLine('Object'); dataLine(titleTr,'constructor',1); str+=Object.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'hasOwnProperty',1); str+=Object.prototype.hasOwnProperty("hasOwnProperty")+trend; dataLine(titleTr,'isPrototypeOf',1); str+=Object.prototype.hasOwnProperty("isPrototypeOf")+trend; dataLine(titleTr,'prototype'); str+=Object.hasOwnProperty("prototype")+trend; titleLine('String'); dataLine(titleTr,'constructor',1); str+=String.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'length',1); str+=String.prototype.hasOwnProperty("length")+trend; dataLine(titleTr,'prototype'); str+=String.hasOwnProperty("prototype")+trend; titleLine('Number'); dataLine(titleTr,'constructor',1); str+=Number.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'MAX_VALUE'); str+=Number.hasOwnProperty("MAX_VALUE")+trend; dataLine(titleTr,'MIN_VALUE'); str+=Number.hasOwnProperty("MIN_VALUE")+trend; dataLine(titleTr,'NaN'); str+=Number.hasOwnProperty("NaN")+trend; dataLine(titleTr,'NEGATIVE_INFINITY'); str+=Number.hasOwnProperty("NEGATIVE_INFINITY")+trend; dataLine(titleTr,'POSITIVE_INFINITY'); str+=Number.hasOwnProperty("POSITIVE_INFINITY")+trend; dataLine(titleTr,'prototype'); str+=Number.hasOwnProperty("prototype")+trend; titleLine('Date'); dataLine(titleTr,'constructor',1); str+=Date.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'prototype'); str+=Date.hasOwnProperty("prototype")+trend; titleLine('Math'); dataLine(titleTr,'E'); str+=Math.hasOwnProperty("E")+trend; dataLine(titleTr,'LN10'); str+=Math.hasOwnProperty("LN10")+trend; dataLine(titleTr,'LN2'); str+=Math.hasOwnProperty("LN2")+trend; dataLine(titleTr,'LOG10E'); str+=Math.hasOwnProperty("LOG10E")+trend; dataLine(titleTr,'LOG2E'); str+=Math.hasOwnProperty("LOG2E")+trend; dataLine(titleTr,'PI'); str+=Math.hasOwnProperty("PI")+trend; dataLine(titleTr,'SQRT1_2'); str+=Math.hasOwnProperty("SQRT1_2")+trend; dataLine(titleTr,'SQRT2'); str+=Math.hasOwnProperty("SQRT2")+trend; titleLine('Function'); dataLine(titleTr,'constructor',1); str+=Function.prototype.hasOwnProperty("constructor")+trend; dataLine(titleTr,'arguments',1); str+=Function.prototype.hasOwnProperty("arguments")+trend; dataLine(titleTr,'arguments'); str+=Function.hasOwnProperty("arguments")+trend; dataLine(titleTr,'archive',1); str+=Function.prototype.hasOwnProperty("archive")+trend; dataLine(titleTr,'archive'); str+=Function.hasOwnProperty("archive")+trend; dataLine(titleTr,'length',1); str+=Function.prototype.hasOwnProperty("length")+trend; dataLine(titleTr,'prototype'); str+=Function.hasOwnProperty("prototype")+trend; str+='</TABLE>'; showarea.innerHTML=str; </SCRIPT>