我使用fmt.Print(a:"\n") eclipse編輯器會(huì)報(bào)錯(cuò)syntax error: unexpected :, expecting comma or )
我使用fmt.Print(a:"\n")? eclipse編輯器會(huì)報(bào)錯(cuò)syntax error: unexpected :, expecting comma or )
我使用fmt.Print(a:"\n")? eclipse編輯器會(huì)報(bào)錯(cuò)syntax error: unexpected :, expecting comma or )
2018-11-15
舉報(bào)
2018-11-21
那個(gè)a:,是idea對(duì)函數(shù)中參數(shù)的一個(gè)提示,eclipse是沒有的,也不用的你手動(dòng)打出來
2018-11-16
語法錯(cuò)誤,a是你定義的變量.打印的時(shí)候a:肯定是會(huì)報(bào)錯(cuò)的,除非你用連接符 .?