返回值

编写代码的时候要注意

在给变量或者对象赋值的时候要注意有些代码是不返回值的

比如:

a.sort(),a.reserve(),a.ppend()等等

原文地址:https://www.cnblogs.com/yjd2018/p/9970989.html