##### size_t strlen() - `size_t strlen(const char* str)` - 计算字符串的长度, 不包括终止符 `\0`