摘要:
Python 字符串内置方法string = ' deng juO chao' m_string = string.strip() #移除两边空格 print(m_string) if m_string.startswith('deng1'): #判断起始位置的字符串是否存在 print('yes') else: print('no') if m_string.en... 阅读全文
posted @ 2018-11-22 18:20
xuanya999
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号