2023年8月2日

摘要: #include<stdio.h> #include<stdlib.h> int main(void) { char str[10] = "12345"; char str1[10] = "hello"; int val; val = atoi(str); printf("val = %d, str 阅读全文

posted @ 2023-08-02 20:03 牛man 阅读(32) 评论(0) 推荐(0) 编辑