前面的章节中已经使用了很多普通页面。普通页面是我们对应的系统中的网页,一个普通页面对应一个网页。

可以对活字格中的普通页面进行设置

普通页面的管理:可以使用文件夹管理普通页面。将一组有关系的页面放在同一个文件夹中。


<video src="http://video1.grapecity.com.cn/HuoZiGe/Tutorials/第14章管理网页页面/14.2普通页面.mp4"
width="800" height="450" poster="http://video1.grapecity.com.cn/HuoZiGe/Tutorials/第14章管理网页页面/14.2普通页面.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第14章 管理网页页面');
isplayed = 0;
}
return false;
}
</script>


上一节  下一节