摘要:
函数:startswith() 作用:判断字符串是否以指定字符或子字符串开头 一、函数说明语法:string.startswith(str, beg=0,end=len(string)) 或string[beg:end].startswith(str) 参数说明:string: 被检测的字符串str 阅读全文
posted @ 2019-05-10 12:54 可妮兔❀ 阅读(2230) 评论(0) 推荐(0)
posted @ 2019-05-10 12:54 可妮兔❀ 阅读(2230) 评论(0) 推荐(0)
posted @ 2019-05-10 01:28 可妮兔❀ 阅读(377) 评论(0) 推荐(0)
posted @ 2019-05-10 01:16 可妮兔❀ 阅读(646) 评论(0) 推荐(0)