liujie
2023-08-04 e5b1b6dafddcb32fb910abccbfa6bd98a0d64c0a
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()
%>