摘要:
Url:http://ayende.com/Blog/archive/2007/03/26/NHibernate-Nullable-DateTime-Issues.aspxSystem.DateTime is a value type in .Net, which means that it can never be null. But what happens when you have a n... 阅读全文
摘要:
A 取值: 1. 文本框 var value=$("#textbox_id").val(); 2. 单选框 var value= $("input[name='sex'][checked]").val(); 3. 下拉选择框 var value = $("#select_id").val(); 4. 阅读全文