06 2020 档案

‘Did you USE to…?’ or ‘Did you USED to…?’
摘要:![](https://img2020.cnblogs.com/blog/369635/202006/369635-20200606194308082-36407616.png) 阅读全文

posted @ 2020-06-06 19:43 OneCrazyStone 阅读(261) 评论(0) 推荐(0)

判断字符中是否包含汉字
摘要:下面是用C写的一个判断汉字的程序: #include<stdio.h> int main(void) { int i; //mr:: str[80]的类型不能写成 char,必须加上 unsigned unsigned char str[80]; puts("input string:"); sca 阅读全文

posted @ 2020-06-01 19:50 OneCrazyStone 阅读(293) 评论(0) 推荐(0)

导航