摘要: <body> <table border="1" cellpadding="0" cellspacing="0" bgcolor="#FF00FF"> <tr> <td>id</td> <td>关键词</td> <td>area</td> <td>swue</td> <td>ee</td> <td> 阅读全文
posted @ 2016-05-12 22:04 kevin2016 阅读(199) 评论(0) 推荐(0)
摘要: 主页面<title>无标题文档</title> <style type="text/css"> #list{ width:250px; height:200px} #jieguo{ width:250px; height:200px} .x{float:left} </style> </head> 阅读全文
posted @ 2016-05-12 20:25 kevin2016 阅读(122) 评论(0) 推荐(0)
摘要: <?php class SQL { public $host="localhost"; //数据库地址 public $uid="root"; //数据库用户名 public $pwd=""; //数据库密码 //执行SQL语句的方法 //参数:$sql要执行的SQL语句,$type是SQL语句类型 阅读全文
posted @ 2016-05-12 20:16 kevin2016 阅读(131) 评论(0) 推荐(0)