c++ unescape #include #include #include #include "windows.h" using namespace std; //十六进制字符串(不包含0x)转 十进制 long hex2dec(char * s){ int L=strlen(s); char c; long re=0; while(c=s++[0]){ if(c >=