http://stackoverflow.com/questions/2697299/asp-net-mvc-why-is-html-checkbox-generating-an-additional-hidden-input
http://bbs.csdn.net/topics/390707144
“因为checkbox如果不选中的话,提交表单时它是不会被提交的,这样会导致服务器端controller中Model Binder失败或出错,所以加了隐藏文本框,它的值永远是false,也就是checkbox不选中的话提交的就是这个隐藏文本框的值”
对此"这样会导致服务器端controller中Model Binder失败或出错",我表示怀疑>.<
时间: 2024-11-07 06:02:19