2016年7月24日

div+css的优势在哪?

摘要: 1、符合W3C标准。微软等公司都是他的支持者。 2、所搜引擎更加友好。 3、样式调整更加方便。 4、css简洁的代码,减少了带宽。 5、表现和结构分离。在团队开发中更容易分工 并不是取代table,table以后用来显示数据,不怎么用来布局了。 阅读全文

posted @ 2016-07-24 18:31 hgfs瑞 阅读(228) 评论(0) 推荐(0) 编辑

html中的框架

摘要: 1、总的代码 1 <frameset rows=20%,*> 2 <frame src="top.html" /> 3 4 <frameset cols=30%,*> 5 <frame src="left.html" /> 6 <frame src="right1.html" name="frame 阅读全文

posted @ 2016-07-24 17:02 hgfs瑞 阅读(159) 评论(0) 推荐(0) 编辑

如何获取表头,如何获取表头,如何获取表头,!!

摘要: //取得表头 $stamt1=$pdo->prepare("SHOW COLUMNS FROM shop"); $stamt1->execute(); while ($c1=$stamt1->fetch(PDO::FETCH_NUM)){ $list1[]=$c1; } var_dump($list1); //取得表头 echo ""; echo "{$list1[0][0]}"; e... 阅读全文

posted @ 2016-07-24 10:04 hgfs瑞 阅读(431) 评论(0) 推荐(0) 编辑

导航