blob: 4b03bd4bf8f4876682b1523cf0a836a5712998a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!D:/Programs/Python/Python36/python.exe
# -*- coding: utf-8 -*-
import cgi, cgitb
import pymysql
import sys, codecs
import configparser, codecs
class PageBuilder(object):
def build(pagen):
|