摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.IO;using System.Text;namespace Demo 阅读全文
posted @ 2020-04-15 22:17 .net&new 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 一、定义 MVC中ActionResult是Action的返回结果。ActionResult 有多个派生类,每个子类功能均不同,并不是所有的子类都需要返回视图View,有些直接返回流,有些返回字符串等。ActionResult是一个抽象类,它定义了唯一的ExecuteResult方法,参数为一个Co 阅读全文
posted @ 2020-04-15 21:33 .net&new 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 可以将文本框设置为只读, 添加属性readonly="readonly",这样可以阻止输入时就不会跳出键盘,同时可以给文本框添加一个点击事件οnclick="openClendar()",弹出选项(如:APPCAN 日历插件),选中需要的内容之后可以将值直接赋给文本框呈现:document.getE 阅读全文
posted @ 2020-04-15 13:30 .net&new 阅读(1428) 评论(0) 推荐(0) 编辑