目录 0 简述 1 准备工作 2 InsertCursor插入行 0 简述 插入游标(InsertCursor)对象可以向表或要素类中插入行,如果想在新行中插入属性值,需要按照属性表中字段顺序依次赋值。本篇将介绍如何利用arcpy实现通过InsertCursor方法插入行。 1 准备工作