python 函数return返回多个值 · # -*- coding: utf-8 -*- · def test(): · # 死循环,return一次就停止了 · while 1: · print('123') · return ...
確定! 回上一頁