Go中的switch fallthrough Go基础switch sExpr {case expr1: some instructionscase expr2: some other instructionscase expr3: some other instructionsdefault: other code}sExpr和e... golang 2023-08-07 201 点赞 3 评论 304 浏览