單項(xiàng)選擇題如果給某文件的Attributes屬性賦值3,則該文件屬性為()。

A.普通
B.只讀
C.隱藏
D.只讀和隱藏


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題如果目標(biāo)文件不存在,下面()語(yǔ)句能夠自動(dòng)建立文件。

A.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1,True)
B.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",2,True)
C.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",8,F(xiàn)alse)
D.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1,F(xiàn)alse)

3.多項(xiàng)選擇題如果目標(biāo)文件存在,下面()語(yǔ)句建立的TextStream對(duì)象可以讀取文件。

A.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1,True)
B.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1)
C.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt")
D.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",,True)