文件名称:常用操作-web教程使用
文件大小:967KB
文件格式:PPT
更新时间:2024-05-16 03:19:33
web
常用操作 ListItem li = ListBox3.SelectedItem;//获取所选项 int index = ListBox3.SelectedIndex;//获取所选项的索引号 string text = ListBox3.SelectedItem.Text;//获取所选项的text属性 string text1 = ListBox3.SelectedValue;////获取所选项的value属性 string text2 = ListBox3.SelectedItem.Value;//获取所选项的value属性 int count = ListBox3.Items.Count;//获取表项数