div 添加滚动条只需要指定overflow 属性为auto 即可,以下实例设置了div 水平滚动 ... <div style="width:70px;height:300px;overflow-x:auto;overflow-y:auto"></div>.
確定! 回上一頁