如何初始化wstring str[10] 数组?wstring str[i]("")for(int i=0;i<10;i++) wstring str[i]("") [解决办法]
再次初始化为空串 咋整呢?Quote: 引用:wstring str[10];
wstring str[10];