文字如何设置滚动

文字如何设置滚动

可根据以下视频进行操作

视频中所需要的代码:

<style> #控件id{ height: 270px;     overflow-y: auto; }

 </style>