无关风月
9 天以前 8a5b6dedd18a0956ffa8da7ec9ace30b1d8238fc
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()
%>