if(player!=NULL) player->shuffled();
我这样做是为了避免将null引用传递给字符串构造函数,但是在编译时仍然会出错.
c++ libstdc++
c++ ×1
libstdc++ ×1