假设我们有变量x,其值为"hello world"(带引号)
string x = @"""hello world"""; string y = ???
如何将x转换为hello world(不带引号)并将其分配给y?
.net c# string
.net ×1
c# ×1
string ×1