您可能感興趣的試卷
你可能感興趣的試題
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()
最新試題
在賦值語句中,賦值號與數(shù)學(xué)上的等號意義相同。
語句for j=1 to 100 step 3,循環(huán)體被被執(zhí)行的次數(shù)()
Load事件是在窗體被卸載時觸發(fā)。
一般不用來觸發(fā)事件的對象是()。
子過程MyProc定義如下,若a,b都是整型變量,則錯誤的調(diào)用是()。
Integer是指()型的數(shù)據(jù),占用兩個字節(jié),其取值為-32768~32767.
下面代碼可將變量A、B交換的語句是()
若要改變窗體中顯示文本的顏色,應(yīng)該使用的屬性是()。
如果要讓計(jì)數(shù)器最大計(jì)數(shù)次數(shù)不超過100,則應(yīng)修改代碼If n<20Then 為()
當(dāng)用戶按鍵時,KeyPress、KeyDown、KeyUp事件的執(zhí)行順序?yàn)椋ǎ?/p>