摘要:
【转载自:https://www.cnblogs.com/houht/p/3308634.html】 1. 判断字符串str是否为空Approach 1:如果字符串长度为0,说明字符串为空,code如下:isNull = (len(str)==0) 2.取子串str="abcdef"str2 = s 阅读全文
posted @ 2018-10-26 17:27
channy14
阅读(196)
评论(0)
推荐(0)
浙公网安备 33010602011771号