摘要: if (!isspace(*string) && !check) { words++; check = true; } if (isspace(*string) && check) { check = false; } 阅读全文
posted @ 2021-05-24 20:27 wcl王成龙 阅读(36) 评论(0) 推荐(0)