运行 ❯
获取
你自己的 Python
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
import re txt = "The rain in Spain" x = re.search("\s", txt) print("The first white-space character is located in position:", x.start())
位于第 3 个位置中的第一个空白字符为: