跳到主要内容

is_chinese

检查是否为中文字符

声明

bool is_chinese(int codepoint)

参数

参数名描述
codepoint字符的codepoint

返回值

true - 中文字符, false - 非中文字符

使用方式

返回文档