如果您已经建好了数据表,或者连接了第三方数据库。那么,可以选择通过 数据表生成页面这个方法

快速生成页面(包含列表页面以及详情页面)。方法是点击功能区上 创建→从表生成页面 

根据表自动创建2个页面:


<video src="http://video1.grapecity.com.cn/HuoZiGe/Tutorials/第4章新建页面/4.4数据表生成页面.mp4"
width="800" preload="none" height="450" poster="http://video1.grapecity.com.cn/HuoZiGe/Tutorials/第4章新建页面/4.4数据表生成页面.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第4章 新建页面');
isplayed = 0;
}
return false;
}
</script>


上一节  下一节