Python 字符串操作,截取,长度 1、字符串操作: 字符串长度: s = “0123456”; slen = lens); 字符串截取: print s[:-17:-1] #截取,逆序隔1个取 … Continue reading Python 字符串操作,截取,长度