puzhibing
2023-05-26 04ae1bf1c6b3f0498dfd180275a6d4255a8dce5e
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()
%>