当前位置: 代码迷 >> 综合 >> python-strip lstrip rstrip
  详细解决方案

python-strip lstrip rstrip

热度:29   发布时间:2023-12-22 16:15:39.0

str.strip()

str.lstrip('0')

str.rstrip('0')