我這樣寫了一個go代碼,strconv.Itoa(time.Nanoseconds())。但是,這給了我這個錯誤“無法使用time.Nanoseconds()(類型int64)作為函數(shù)參數(shù)中的類型int”。我該如何解決? 查看完整描述