摘要: 代码: 1 def case1(): # 第一种情况执行的函数 2 print('This is the case1') 3 4 5 def case2(): # 第二种情况执行的函数 6 print('This is the case2') 7 8 9 def case3(): # 第三种情况执行 阅读全文
posted @ 2021-06-25 22:22 博二爷 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 只需要借助codecs库就可以完成 代码: 1 # # -*- coding:utf-8 -*- 2 # @Time : 2021/6/25 11:14 3 # @Author : 周博 4 # @File : Get_analyse.py 5 # @博客园: https://www.cnblogs 阅读全文
posted @ 2021-06-25 22:09 博二爷 阅读(204) 评论(0) 推荐(0) 编辑