當我運行這段代碼時package mainimport ("fmt")func main() { i := 5 fmt.Println("Hello, playground %d",i)}(游樂場鏈接)我收到以下警告:prog.go:5: Println call has possible formatting directive %dGo vet exited.這樣做的正確方法是什么?
調用有可能的格式化指令
慕的地6264312
2023-05-22 17:13:43