您可能感興趣的試卷
你可能感興趣的試題
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
最新試題
如果要讓計(jì)數(shù)器最大計(jì)數(shù)次數(shù)不超過100,則應(yīng)修改代碼If n<20Then 為()
用If語(yǔ)句表示分段函數(shù),不正確的程序段是()。
Load事件是在窗體被卸載時(shí)觸發(fā)。
Print語(yǔ)句中有運(yùn)算和輸出的雙重功能,對(duì)于表達(dá)式是先輸出后計(jì)算。
下列關(guān)于MouseMove事件,描述正確的是()。
如果要讓計(jì)數(shù)器每秒計(jì)數(shù)5次,則定時(shí)器Timer1的Interval屬性值應(yīng)設(shè)置為()
假設(shè)變量a=1234,執(zhí)行t=(a\100)Mod 10語(yǔ)句以后,t的值是()
在VB中,過程分為SUB過程和FUNCTION過程。
在沒有設(shè)置步長(zhǎng)時(shí),則步長(zhǎng)默認(rèn)值為()
若要改變窗體中顯示文本的顏色,應(yīng)該使用的屬性是()。