go

使用Go语言的条件语句

英文: If statements with Go 问题 我正在玩Go语言。我想要实现这样一个功能:当有人输入'hi'时,打印出'hiii'。 以下是我的代码: package main import...