基本上我要做的就是用其他东西替换像TM,®等符号,但是当我打电话时
myString = myString.Replace("®", "something else")
它没有做任何事情
有任何想法吗?
c#
c# ×1