摘要: ​ 1.主窗体 public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { Form2 f 阅读全文
posted @ 2021-09-04 22:00 宋军涛 阅读(451) 评论(0) 推荐(0) 编辑
摘要: ​ Literal 控件用于在页面上显示文本。此文本是可编程的。 提示的问题显示红色其实很简单:增加span标签设置样式就可以 <span style="color: Red"> <asp:Literal ID="Literal1" runat="server">测试信息</asp:Literal> 阅读全文
posted @ 2021-09-04 09:16 宋军涛 阅读(110) 评论(0) 推荐(0) 编辑