#include <sstream> string num2str( int i) { stringstream ss; ss<<i; return ss.strs(); }
posted on 2014-05-06 18:04 雪 狼 阅读(220) 评论(0) 收藏 举报