liujie
2025-08-13 a3e122e288fcdcb7b65a0d2e5e6b72044a9f7af4
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()
%>