这里写目录标题 find()函数 find(str,pos_start,pos_end) 从左到右寻找第一个str的索引利用python获取一个矩阵的行数和列数 nums为一个矩阵len(nums)#行数 len(nums[0])列数