我有這個 if 語句沒有正確評估:// Take advantage of Boolean short-circuit evaluationif h != 2 && h != 3 && h != 5 && h != 6 && h != 7 && h != 8{ fmt.Println("Hello")}return 0這是錯誤信息 -missing condition in if statement我已經嘗試將條件放在括號等中。
- 2 回答
- 0 關注
- 214 瀏覽
添加回答
舉報
0/150
提交
取消