我(希望)有一个简单的问题.
String.Insert(0, "test");
不起作用,但是:
String.Text += "test";
呢..?我需要插入,所以我可以在字符串的中间插入一些东西.
c# xna
c# ×1
xna ×1