在字符串中添加空格的方法有多种。以下是一些常用的方法:
join()
方法将空格插入到字符之间。string = "Thisisateststring"
spaced_string = " ".join(string)
print(spaced_string)
输出:
T h i s i s a t e s t s t r i n g
import re
string = "Thisisateststring"
spaced_string = re.sub(r"(.)", r"\1 ", string)
print(spaced_string)
输出:
T h i s i s a t e s t s t r i n g
string = "Thisisateststring"
spaced_string = " ".join([string[i:i+1] for i in range(0, len(string))])
print(spaced_string)
输出:
T h i s i s a t e s t s t r i n g
strfry()
函数来插入空格。#include <stdio.h>
#include <string.h>
int main() {
char string[] = "Thisisateststring";
int length = strlen(string);
for (int i = 0; i < length; i++) {
printf("%c ", string[i]);
}
return 0;
}
输出:
T h i s i s a t e s t s t r i n g
这些方法都可以将空格插入字符串中,使其具有更好的可读性。
领取专属 10元无门槛券
手把手带您无忧上云