标签: python strip
为什么我没有获得“访问权限”?
>>> str = 'access.jinja2' >>> str.strip('.jinja2') 'ccess'
我想去除扩展名“ jinja2”,而仅具有“访问权限”。