python字符串的索引切片和常用操作方法,for循環 ---恢復內容開始--- 一、字符串的索引與切片 1.索引 s = 'ASDFGHJKL' 有序序列,索引--index:從0開始 s1 = s[0],取出單個元素:A; s1 ...