bjwf: 这个万万不能省,拼凑多个字符串用 + 或者 += 就行了. [阅读: 713] 2004-12-17 06:31:21 string dt = getDateTime(); dt += "abc"; dt = "abc" + dt; cout << dt << endl;