我正在使用 Asp.net。我的问题是在 ContentPlaceHolder 中添加长文本。我想创建滚动条。我应该使用哪种方式?
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"></asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>