字符串 字符串相加 要点: 字符‘num’到数字的方法:’num’ - ‘0’数字到字符‘num’的方法:num + ‘0’string 倒转函数的用法reverse vector处理 剑指 Offer II 075. 数组相对排序 res1.insert(res1.end(),res2.begin(),res2.end()); 连接两个vector,在res1后面连接res2;find函数