摘要:
转载:http://blog.sina.com.cn/s/blog_7c4f3b160101dv4p.html 一个字符串长度统计的代码,如下 int calcLen(const char* _str) { int n = 0; char ch = 0; while ((ch = *_str)) { 阅读全文
posted @ 2019-08-06 07:57
TMatrix52
阅读(2585)
评论(0)
推荐(0)
浙公网安备 33010602011771号