图片中CheckBox check=(Check)c为什么显示Control无法转化为CheckBox?
你的括号是不是用成了全角的。另外,建议你用as和is配对。CheckBox check = c as CheckBox;