摘要: ////////////////////////////////////////////////////////////////////////////////////计算字符串的长度int strlen1(const char *str){int len=0;while (*str++!='\0'... 阅读全文
posted @ 2015-03-07 19:11 qimo 阅读(278) 评论(0) 推荐(0)