摘要: #include <stdio.h> #include <windows.h> int main(void) { TCHAR ch[] = __TEXT("我是中国人"); int len = lstrlen(ch);//返回字符长度 //返回指定字符串的字节长度(ANSI版)或字符长度(双字节标准 阅读全文
posted @ 2022-12-24 14:18 天子骄龙 阅读(352) 评论(0) 推荐(0)