站点结构 代码: 站点 ┗includes ┗class.inc ┣templet ┗index.htm ┣list.htm ┗content.htm ┣index.php ┗content.php 库结构 代码: — 数据库: `test` — 表的结构 `test` CREATE TABLE `test` ( `id` smallint(3) NOT NULL auto_increment, `name` varchar(10) NOT NULL default ”, `sex` enum(‘男’,’女’)