2019年8月24日
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <string> using namespace std; char file[]="hexstr.h"; bool str2hex(string str,string name) { FILE* fp=fopen(file,"a+"); fprintf(fp," 阅读全文
posted @ 2019-08-24 15:18 弘道者 阅读(575) 评论(0) 推荐(0)