Pu Zhibing
7 天以前 8522e469e00e1cf6c0410165b0f76c806c13ca83
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()
%>