[c++] string 用法介紹 1. 初始化方法 string s1; string s2(s1); string s3(“value”); string s4(n, ‘ C’); 2. ...
edisonshih.pixnet.net