1 Star 14 Fork 0

light_years / wxASP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
json.asp 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
light_years 提交于 2021-05-15 09:40 . 入库
<%
'================================================================
'= 文件名称:json.asp =
'= 实现功能:json解析 =
'= QQ and Wx:676750993 =
'================================================================
%>
<script language="jscript" runat="server">
Array.prototype.get = function(x) { return this[x]; };
function parseJSON(strJSON) { return eval("(" + strJSON + ")"); }
</script>
ASP
1
https://gitee.com/light__years/wxASP.git
git@gitee.com:light__years/wxASP.git
light__years
wxASP
wxASP
master

搜索帮助