C#输出格式为[00:00:00.00]的时分秒.毫秒
using UnityEngine;public class TimeConvert : MonoBehaviour{ private float timeSpend = 0; private int hour; //小时 private int minute; //分钟 private int second; //秒 private int millisecond; //毫秒 void Update() { timeSpend +