EditorListItem item = new EditorListItem();
item.Text = "ABC";
item.Value = "1";使用以上语法能够创建列表项,再次读取时item.Value的值为何等于item.Text的值?