06 2021 档案

摘要:char * str2num_str(char *str,int type){ char *type_str; if(type==16){ type_str="%x"; }else if(type==8){ type_str="%o"; } else{ type_str="%d"; } char * 阅读全文
posted @ 2021-06-02 15:18 NAVYSUMMER 阅读(629) 评论(0) 推荐(0)

交流群 编程书籍