摘要: #include <cctype>的函数 c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数: 函数名称 返回值 isalnum() 如果参数是字母数字,即字母或数字,该函数返回true isalpha() 如果参数是字母, 阅读全文
posted @ 2016-07-24 11:36 这个好玩吗 阅读(400) 评论(0) 推荐(0) 编辑