---Python switch 代码处理方法!
摘要:
Python是没有swithch语句, 这点还是对于我们这些整Java/C/Shell/... 人都是很不习惯, 你得这样才行! #!/usr/bin/env python2 junk = "shoo2" def shoo_fun1(): print "hello ok1" def shoo_fun 阅读全文
posted @ 2021-02-06 23:44 linuxdog 阅读(107) 评论(0) 推荐(0) 编辑