A.18.d=df.parse(ds);
B.18.d=df.getDate(ds);
C.18.try{19.d=df.parse(ds); 20.}catch(ParseExceptione){};
D.18.try{ 19.d=df.getDate(ds); 20.}catch(ParseExceptione){};
第1题:
A.18.d=df.parse(ds);
B.18.d=df.getDate(ds);
C.18.try{19.d=df.parse(ds);20.}catch(ParseExceptione){};
D.18.try{19.d=df.getDate(ds);20.}catch(ParseExceptione){};
第2题:
一段长为l,横截面积为S的均匀导体,其电阻率与导体左端相距x时的关系式为ρ=ρ0(1+x/l),则这段导体的电阻为
A.ρ0l/2S
B.ρ0l/S
C.3ρ0l/2S
D.2ρ0l/S
第3题:
打开文件,将读写位置指向文件尾部的操作是
A.fseek(fp,0L,SEEK_END);
B.fseek(fp,0L,SEEK_CUR);
C.fseek(fp,0L,SEEK_SET);
D.fseek(fp,0L,SEEK_BEGIN);
第4题:
A. alert(new Date(2011 , 12 , 25).getDay());
B. alert(new Date(2011 , 12 , 25 , 5).getDay());
C. alert(new Date(2011 , 12 , 25 , 5 , 5 , 9).getDay());
D. 以上三个结果都正确
第5题:
打开文件,将读写位置指向文件尾部的操作是
A.fseek(fp,0L,SEEK_SET);
B.fseek(fp,0L,SEEK_END);
C.fseek(fp,0L,SEEK_CUR);
D.fseek(fp,0L,SEEK_BEGIN);