摘要: #jsonpath路径包含中文 当jsonpath路径包含中文时,我们只需要在jsonpath路径里面把中文用引号包裹即可 准备json文件 { "data": [ { "Details": [ { "姓名": "张三" } ] } ] } jsonpath :"$.data[0].Details[ 阅读全文
posted @ 2023-04-28 10:13 六六家的小弟 阅读(321) 评论(0) 推荐(1)