摘要: PythonDay2Base 前文见上一篇文章 数据类型详解 字符串 str 补充 startswith 判断字符串是否以某个小字符串开头 s1 = "shujia数加科技学习study" b = s1.startswith('sh') print(b) # True endswith 判断字符串是 阅读全文
posted @ 2024-11-24 20:26 Roxan 阅读(1) 评论(0) 推荐(0) 编辑