摘要: char name[10]; _itoa_s(i,name,10); const char* path=".jpg"; strcat(name,path); 阅读全文
posted @ 2018-05-24 14:30 Henry2017 阅读(836) 评论(0) 推荐(0) 编辑