多项选择题
C#语言中,File类的静态方法有?()
A.WriteAllText
B.ReadAllText
C.WriteAllBytes
D.ReadAllBytes
点击查看答案&解析
相关考题
-
单项选择题
c#语言中,以下哪个代码可以反转字符串()
A.string.Reverse()
B.string.EndWith()
C.string.Split
D.string.IndexOf -
单项选择题
C#中,类型StringBuilder在哪个命名空间下?()
A.System
B.System.Text;
C.Text
D.System.Collection -
多项选择题
在C#编程语言中,File类中,实现读取本地数据API是()
A.File.ReadAllBytes
B.File.ReadAllLines
C.File.Read
D.File.ReadAllText