函数工作流 FUNCTIONGRAPH-Python函数有中文注释报乱码错误,该如何解决?

时间:2025-01-07 16:47:43

Python函数有中文注释报乱码错误,该如何解决?

使用Python语言在线编辑代码,需要输出中文时,请在编辑器中增加如下代码:
# -*- coding:utf-8 -*-
import json
def handler (event, context):
output = 'Hello message: ' + json.dumps(event,ensure_ascii=False)
return output

support.huaweicloud.com/functiongraph_faq/functiongraph_03_0345.html