摘要: 字符串转换 C风格字符串 简单转换函数 #include <stdlib.h> int atoi(const char *str); long atoi(const char *str); long long atoll(const char *str); //(c99) 以上三个函数将str所指向 阅读全文
posted @ 2020-11-28 21:37 Sigmun 阅读(1092) 评论(0) 推荐(0)