kingBook

导航

2020年10月28日 #

C# 字符串格式

摘要: Debug.Log(123.ToString("000000")); //output:000123 Debug.Log(255.ToString("X")); // output: FF Debug.Log(Mathf.PI.ToString()); // output: 3.141593 Deb 阅读全文

posted @ 2020-10-28 11:24 kingBook 阅读(193) 评论(0) 推荐(0) 编辑