如果将int型转换成LPChar如果将int型转换成LPChar [解决办法]if(如果 == 如何) { int a = 1234; char *buf = new char[5]; sprintf(buf, "%d ",a); }