2021年8月30日
摘要: Go语言学习 _基础02 _条件表达式、分支、循环 条件表达式和switch package condition import "testing" func TestCondiction(t *testing.T) { if a := 1 == 1; a { // 声明 加 条件判断 t.Log(" 阅读全文
posted @ 2021-08-30 00:29 OwlInTheOaktree 阅读(65) 评论(0) 推荐(0)