摘要:
from https://blog.csdn.net/sinat_24648637/article/details/84190482 1. chardet模块举例2. Supported encoding for python1. chardet模块The easiest way to use th 阅读全文
摘要:
from: http://blog.sina.com.cn/s/blog_7c4f3b160101dv4p.html 最近在公司看代码,看到一个字符串长度统计的代码,如下 int calcLen(const char* _str) { int n = 0; char ch = 0; while (( 阅读全文