摘要:
python 自带的两个查找字符串的方法:find 和rfind.Python String find() MethodDescription:This method determines ifstroccurs in string, or in a substring of string if s... 阅读全文
摘要:
run -> run configuration ->左侧选择python run 双击, 右侧会新建一个run的配置, 最上面的name是你这个run配置的名字, 随意写. 下面主要的选项卡有:Main: 配置主程序相关 project: 选择你的项目 main model: 选择你的入口模块Ar... 阅读全文