10 2014 档案

摘要:[HttpPost] public ActionResult Create(Users user) { ModelState.Remove(“Password”); //加上这句就行了 if (ModelStat... 阅读全文
posted @ 2014-10-28 14:01 小姐,请叫我“序员”好吗 阅读(257) 评论(0) 推荐(0)
摘要:接收URL返回的内容 阅读全文
posted @ 2014-10-21 15:00 小姐,请叫我“序员”好吗 阅读(317) 评论(0) 推荐(1)
摘要:var date = new Date(); alert(date);//获取当前时间alert(date.getFullYear());//获取当前年分alert(date.getMonth());//获取月份(获取当前月份要加1)alert(date.getDate());//获取当前日期的几... 阅读全文
posted @ 2014-10-14 15:26 小姐,请叫我“序员”好吗 阅读(451) 评论(0) 推荐(0)