您可能感興趣的試卷
你可能感興趣的試題
A.Dim sw As StreamWriter = New StreamWriter(path, true)
B.Dim sw As StreamWriter = New StreamWriter(path, false)
C.Dim sw As StreamWriter = File.Append(path)
D.Dim sw As StreamWriter = File.AppendText(path)
A.FileMode
B.FileAccess
C.FileShare
D.SeekOrigin
A.System.IO
B.System.Data
C.System.File
D.System.Stream
A.GetDirectories()
B.GetAllFiles()
C.GetAllFileNames()
D.GetFiles()
A.順序文件、隨機(jī)文件
B.文本文件、數(shù)據(jù)文件
C.文本文件、二進(jìn)制文件
D.順序文件、二進(jìn)制文件
最新試題
下面程序的執(zhí)行后,a的輸出值是()a =2For i=1 to 2a =a*iNext iPrint a
窗體的name屬性與caption屬性是一樣的。
當(dāng)鼠標(biāo)左鍵按下時,下列哪個事件被激發(fā)()。
文件號最大可取的值為()。
若要改變窗體中顯示文本的顏色,應(yīng)該使用的屬性是()。
語句for j=1 to 100 step 3,循環(huán)體被被執(zhí)行的次數(shù)()
單擊命令按鈕Commandl必將調(diào)用的事件()。
如果要讓計(jì)數(shù)器每秒計(jì)數(shù)5次,則定時器Timer1的Interval屬性值應(yīng)設(shè)置為()
如果要讓計(jì)數(shù)器最大計(jì)數(shù)次數(shù)不超過100,則應(yīng)修改代碼If n<20Then 為()
Integer是指()型的數(shù)據(jù),占用兩個字節(jié),其取值為-32768~32767.