函数return多个值

函数如果有多个return值,那么会把这几个return的值都放到一个元组里面,然后返回
原文地址:https://www.cnblogs.com/anry/p/8296522.html