Python 字符串String. 更新时间:2022-12-29 09:38:29 标签: python ... var[-3:-1] # 'ld' var[1:7] # 'ello W'(有个空格,不包含最后一位) var[6:] # 'World!
確定! 回上一頁