#include <cctype> int isgraph( int ch );
isgraph() 函数如果它的参数是任何可打印字符,除了空格,则返回非零值(如果你能看到这个字符,那么 isgraph() 将返回一个非零值)。否则,返回零。