css小技巧 Posted on 2018-03-17 移动端使用overflow-y: auto; 可以隐藏滚动条 1234body { overflow-y: auto; height: 100%;}