摘要:
import configparser#用于生成和修改常见配置文件config=configparser.ConfigParser()# 第一部分 创建一个配置文件# config=configparser.ConfigParser()## config["DEFAULT"]={'ServerAli 阅读全文
摘要:
# s='hello world'# print(s.find('llo'))# #2 为索引# ret=s.replace('ll','xx')# print(ret)# #hexxo world# print(s.split('w'))# #['hello ', 'orld']#string 提 阅读全文