Pu Zhibing
2024-10-10 19d2b6427ebed89895b402d5e61ab78f4687b550
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()
%>