摘要:
#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 阅读(44) 评论(0) 推荐(0)
posted @ 2023-08-02 20:03 牛man 阅读(44) 评论(0) 推荐(0)