我的 json 数据如下所示:
data ={
"time": "2018-10-02T10:19:48+00:00",
"class": "NOTIFICATION",
"type": "Access Control",
"event": "Window/Door",
"number": -61
}
Run Code Online (Sandbox Code Playgroud)
所需的输出必须是这样的:
time class type event number
2018-10-02T10:19:48+00:00 NOTIFICATION Access Control Window/Door -61
Run Code Online (Sandbox Code Playgroud)
谁能帮我,提前致谢