Menu

#53 switch 使用go语言特性

1.2.1
open
nobody
None
5
2013-03-13
2013-03-13
li jia zhi
No

switch (value) {
case 'a','b':{
result = 1
},
default:{
result = 0
}
}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.