單項選擇題在超鏈接組件的超鏈接數(shù)據(jù)文件中,文件URL和說明之間可以用()隔開。

A.空格
B.逗號
C.冒號
D.Tab鍵


您可能感興趣的試卷

你可能感興趣的試題

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

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

4.單項選擇題如果目標(biāo)文件不存在,下面()語句能夠自動建立文件。

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)

5.多項選擇題如果目標(biāo)文件存在,下面()語句建立的TextStream對象可以讀取文件。

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)