#include <cctype> int isspace( int ch );
isspace() 函数如果其参数是某种空格(例如单空格、制表符、垂直制表符、换页符、回车符或换行符),则返回非零值。否则,返回零。