日魂月魄

导航

2018年8月27日 #

vbs解析 JSON格式数据

摘要: Function jsonParser(str,jsonKey) Set sc = CreateObject("MSScriptControl.ScriptControl") sc.Language = "JScript" sc.AddCode "var tmp = " & str & ";" js 阅读全文

posted @ 2018-08-27 18:02 L-H 阅读(1443) 评论(0) 推荐(0) 编辑