判断题
有如下Python代码:
import jsonData1 = '{"a":1,"b":2,"c":3,"d":4,"e":5}';text = json.loads(Data1)print(text)
输出的text是dict类型数据。( )
A.
正确
B.
错误
发表评论 取消回复