相关考题
-
单项选择题
实现文件的读写操作,需要引入的命名空间是()。
A.using System
B.using System.IO
C.using System.file
D.using System.data -
多项选择题
能移除ArrayList里的元素的方法有哪些?()
A.Remove
B.Reverse
C.Delete
D.RemoveAt -
单项选择题
能将元素添加到ArrayList结尾处的方法是()。
A.Add
B.Remove
C.Insert
D.InsertAfter
