Python 中路径的有效使用

import arcpy

arcpy.GetCount_management("c:/temp/streams.shp")
arcpy.GetCount_management("c:\temp\streams.shp")
arcpy.GetCount_management(r"c:	empstreams.shp")
原文地址:https://www.cnblogs.com/gisoracle/p/11432073.html