如何快速的得到string的最后一个字符

str='python'
print str[-1]
原文地址:https://www.cnblogs.com/dengyg200891/p/5015215.html