摘要:
[TOC] C++ cctype头文件内的判断类函数 isalpha(x) 判断大小写字母 islower(x) 判断小写字母 isupper(x) 判断大写字母 isblank(x) 判断space和\t isspace(x) 判断(space 、\t、\r、\n) (tolower/touppe 阅读全文
posted @ 2020-02-19 08:30
RioTian
阅读(449)
评论(0)
推荐(4)
摘要:
[TOC] 快捷键速查 无序列表:输入 之后输入空格 有序列表:输入数字+“.”之后输入空格 任务列表: [空格]空格 文字 标题:ctrl+数字 表格:ctrl+t 生成目录:[TOC]按回车 选中一整行:ctrl+l 选中单词:ctrl+d 选中相同格式的文字:ctrl+e 跳转到文章开头:ct 阅读全文
posted @ 2020-02-19 08:29
RioTian
阅读(751)
评论(0)
推荐(1)