Python List insert ()方法描述insert() 函数用于将指定对象插入列表。 语法insert()方法语法: list.insert(index, obj) 参数index -- 对象obj需要插入的索引位置。
確定! 回上一頁