摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidButton1_Click(objectsender,EventArgse){if(CheckBoxList1.SelectedIndex==-1){Response.Wri... 阅读全文
posted @ 2010-07-23 16:09 唔愛吃蘋果 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 1.枚举的概念 枚举的定义罗列出了所有可能的取值,枚举变量的值只能是罗列出的值之一,例如: [代码]枚举元素的默认基础类型为 int。默认情况下,第一个枚举数的值为 0,后面每个枚举数的值依次递增 1。也可以自己定义枚举的值:[代码]2.枚举的使用代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://ww... 阅读全文
posted @ 2010-07-23 11:01 唔愛吃蘋果 阅读(220) 评论(0) 推荐(0) 编辑