Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

每个字段都可以设置名称,缺省值以及数据类型。缺省值是当添加一条记录时,如果没有指定值那么会使用缺省值添加到数据库中。


HTML
<video src="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第9章数据管理/9.1数据表和数据字段.mp4"
width="800" preload="none" height="450" poster="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第9章数据管理/9.1数据表和数据字段.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第9章 数据管理');
isplayed = 0;
}
return false;
}
</script>

...