09 2018 档案

摘要:public ActionResult Index(string time = "", string time1 = "", string PName = "", string SName = "", string name = "",int id=1,int size = 3) { SuoShuP 阅读全文
posted @ 2018-09-09 19:03 相安 阅读(594) 评论(0) 推荐(0)
摘要://下拉分页显示查询 $("[name='Select1']").change(function () { var arr = $("[name='Select1'] :selected").val() location.href = '/Index/Index?size=' + arr; }) / 阅读全文
posted @ 2018-09-09 18:58 相安 阅读(179) 评论(0) 推荐(0)
摘要://全选 function Quan() { if ($("[name='cks']").prop("checked")) { $("[name='cks']").prop("checked", "") } else { $("[name='cks']").prop("checked","check 阅读全文
posted @ 2018-09-09 18:51 相安 阅读(912) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.Mvc;using Model;using Dal; namespa 阅读全文
posted @ 2018-09-02 20:41 相安 阅读(265) 评论(0) 推荐(0)