string.Fromat

来源:互联网 发布:完美云课堂软件 编辑:程序博客网 时间:2024/06/05 15:50

string s = string.Format("one:{0}two:{1}three:{2}",one, two, three);

Debug.Log(s); // one:1two:2three:3

原创粉丝点击