摘要: 第五章 运算符、表达式和语句 5.1 循环介绍 示例代码 #include <stdio.h> #define ADJUST 7.31 int main(void) { const double SCALE = 0.333; double shoe, foot; shoe = 9.0; foot = 阅读全文
posted @ 2020-11-23 22:35 就是想学习 阅读(255) 评论(0) 推荐(0)
摘要: 参考链接:http://www.ruanyifeng.com/blog/2011/09/curl.html 参考链接:https://www.ruanyifeng.com/blog/2019/09/curl-reference.html 帖子内容来源与阮一峰的博客,自己做了一些修改,感谢阮一峰大神的 阅读全文
posted @ 2020-11-23 17:59 就是想学习 阅读(600) 评论(0) 推荐(0)