CSS : .demo { height: 200px; overflow-y: auto; /* 允許元素滾動,值可以是auto | scroll */ -webkit-overflow-scrolling: touch; /* 定義滾動時回彈效果*/ }.
確定! 回上一頁