摘要:
使用Microsoft.Office.Interop.Word操作Word using System; using System.Collections.Generic; using Word = Microsoft.Office.Interop.Word; namespace Com.FTools 阅读全文
摘要:
# fldObjList=arcpy.ListFields(tempPoints) # fldNameList=[] # for field in fldObjList: # if not field.required: # fldNameList.append(field.name) # arcp 阅读全文