>[success] # 基本类型 ~~~ 1.数字,字符串,和布尔类型 2.判断类型的方法用type() ~~~ >[success] # str 常用的方法 ~~~ 1.join -- 拼接 2.split -- 分割 3.find -- 根据内容查角标 4.strip -- 去空格 5.upper -- 大写 6.lower -- 小写 7.replace -- 替换 ~~~