python中获得一个字符串最后出现位置
时间:2010-11-13 来源:gisoracle
def gettfh(filename): #获得图幅号
filepath=os.path.dirname(filename)
#gp.AddMessage("查询:p="+filepath)
p=lastpos("\\",filepath)
num=len(filepath);
return filepath[p+1:num]
相关阅读 更多 +