string :操作总结

xiaoxiao2021-02-28  70

创:assign,getline,

 

增:append,insert,push_back

 

查:at ,begin,capacity,data,empty,end,find find_first_not_of find_first_of find_last_not_of find_last_of length max_size rbegin rend rfind size substr

 

改:replace  reserve resize swap

 

转:c_str,copy

 

删:clear,erase,

 

比:compare

转载请注明原文地址: https://www.6miu.com/read-72804.html

最新回复(0)