Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们有char *str = "123 467";类似 isdigit() 的数字返回布尔值吗?
char *str = "123 467";
isspace() 怎么样?这将告诉您 char 是否是空白字符。
它包含在 ctype.h 中