<p class="listintro"><span id="sp"></span>数据|数据库</p> <p style="width:340px;height:285px;float:left;"> CREATE TABLE article (<br> id int(10) NOT NULL auto_increment,<br> title varchar(200),<br> author varchar(50),<br> content text,<br> KEY id (id),<br> KEY author (author),<br>); </p> <center> </center> <p style="width:100%;text-align:center;margin:10px 0"> <br> <br> </p> <p style="width:100%;text-align:center;margin:10px 0"> </p> <p class="clear"></p>