Pu Zhibing
108 分钟以前 f5da7281ee8fed938198afcd33a2a619f08a37f0
1
2
3
4
5
6
7
8
9
<!--#include file="ASPJson.class.asp"-->
<!--#include file="config_loader.asp"-->
 
<%
    Set json = new ASPJson
    Set json.data = config
 
    json.PrintJson()
%>