from typing import List , Dict. def GetData(name: str , age: int ) - > List [ Dict [ str , int ]]:. return [{ 'name' : name, 'age' : age}].
確定! 回上一頁