摘要: Structural Pattern Matching: 翻译过来应该是 结构化的模式匹配。从python 3.10开始提供了match statement。它远比简单的其它语言中的那种switch语句功能强大的多。 通过一个例子来了解一下这种语句的用法。 假设我们有一个函数,用来区分用户做的操作, 阅读全文
posted @ 2025-01-08 20:44 RolandHe 阅读(82) 评论(0) 推荐(0)