摘要:
简单的封装方式(适用于没有任何更改,最普通的情况下)—— public bool sex { get; set; } 属性扩展— public string sexstr { get { return sex?"男";"女"; } } repeater使用方法—— <asp:Repeater ID 阅读全文
摘要:
文本类: 文本框 <input type = "text" /> 密码框 <input type = "password" /> 隐藏域 <input type = "hidden" /> 文本域 <textarea></textarea> 按钮类: 普通按钮 <input type = "butt 阅读全文