摘要: import configparser#用于生成和修改常见配置文件config=configparser.ConfigParser()# 第一部分 创建一个配置文件# config=configparser.ConfigParser()## config["DEFAULT"]={'ServerAli 阅读全文
posted @ 2019-08-16 14:45 zzzi 阅读(180) 评论(0) 推荐(0) 编辑
摘要: # s='hello world'# print(s.find('llo'))# #2 为索引# ret=s.replace('ll','xx')# print(ret)# #hexxo world# print(s.split('w'))# #['hello ', 'orld']#string 提 阅读全文
posted @ 2019-08-16 14:41 zzzi 阅读(322) 评论(0) 推荐(0) 编辑