arcpy.da.SearchCursor和arcpy.SearchCursor的随记
摘要:arcpy.da.SearchCursor和arcpy.SearchCursor的区别 两者的都可以实现查询及遍历 arcpy.da.SearchCursor: with arcpy.da.SearchCursor("GXB","*",sql_clause=(None,"Order by hbm")
阅读全文
posted @ 2023-05-10 10:36