售前咨询:400-0666-318
在Python中,可以使用`strip()`方法去除字符串两端的空格。示例如下:
```python
s = " hello world "
s_stripped = s.strip()
print(s_stripped)
```
输出结果为:
hello world
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: python中怎么调用函数