菜单
×
×
正确!
练习Go 中的注释是用什么特殊字符写的?. package main import ("fmt") func main() { // this is a comment fmt.Println("Hello World!") } 不正确点击 这里 重新尝试。 正确!下一题 ❯package main import ("fmt") func main() {this is a comment fmt.Println("Hello World!") } |