我的github
摘要: https://blog.csdn.net/chixujohnny/article/details/51782826 阅读全文
posted @ 2021-04-21 22:18 XiaoNiuFeiTian 阅读(53) 评论(0) 推荐(0)
摘要: def Cal(value): if(value=='YSP'): return 1; elif(value=='WSP'): return 2; elif(value=='JSP'): return 3; 如果是两个参数: def Cal(value1,value2): if(value2==1) 阅读全文
posted @ 2021-04-21 09:40 XiaoNiuFeiTian 阅读(242) 评论(0) 推荐(0)