def main(req): user = req.params.get('user') return f'Hello, {user}!' 您也可以使用Python 型別註釋,在函式中明確地宣告參數類型並傳回型別。
確定! 回上一頁