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