std::string 格式化

#include 

std::ostringstream ostr;

ostr<<"RMB: ";        
for(int i=0; i

你可能感兴趣的:(C/C++)