摘要: 一、数字int int() -int() 将字符串转换为数字 a = '123' , b = int(a ) b = 123 二、字符串str "" # 不可以修改 replace/find/join/strip/startswith/split/upper/lower/format/center 阅读全文
posted @ 2019-04-27 22:16 whw1314 阅读(201) 评论(0) 推荐(0) 编辑