level 4
vbs 对 json 支持不好,如果 是 js 的话就简单了。
2021年08月10日 03点08分
2
level 4
set doc = Server.CreateObject("htmlfile")
doc.write("<meta name='X-UA-Compatible' content='IE=edge' />")
set JSON = doc.frames.JSON
Response.Write(JSON.stringify(json))
2021年10月06日 14点10分
6