摘要: 1,字符串A='{"name":"allowExceedTargetQty","value":"0"}' 2,将字符串A转成字典,B= eval(A) 3,获取字段中的值,C=B["name"],打印结果为'allowExceedTargetQty',C=B["value"],打印结果为"0" 阅读全文
posted @ 2023-06-05 13:55 liuweipaul123 阅读(135) 评论(0) 推荐(0) 编辑