python(索引/切片) 一.索引 1.索引值从左到右–>从0开始,索引值从右到左–>从-1开始 取值格式var[index] >>> name = “xinfangshu … Continue reading python(索引/切片)