std::string類使用

刪除字符串末尾字符

std::string conditionString = "(3," ; // 刪除 , 字符
conditionString.erase(conditionString.end()-1) ;
相關文章
相關標籤/搜索