单项选择题
下面这段代码的运行结果是()。
Dim MyStringBuilder As New StringBuilder("Hello World!")
MyStringBuilder.Remove(5, 7)
Console.WriteLine(MyStringBuilder)
A."Hello_"
B."Hello"
C."_World!"
D."World!"
点击查看答案&解析
相关考题
