您的位置:首页 > 其它

label中的文字换行显示

2008-12-06 22:36 344 查看
<asp:Label ID="Label1" runat="server" Height="280px" Text="Label" Width="184px" style="word-break:break-all;word-wrap:break-word;" BackColor="AliceBlue" BorderColor="#8080FF" BorderWidth="1px" Font-Overline="false" Font-Underline="false" Font-Italic="false" Font-Strikeout="false"></asp:Label>在label的属性中加入:style="word-break:break-all;word-wrap:break-word;"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: