void apple(double& pear);void apple(double&&pear);上面两个原型有何区别呢?求助!!
(double& pear);void apple(double&&pear);上面两个原型有何区别呢?求助!!