摘要:
一、ajax 传递数组参数 需要添加: traditional: true, let typeIDArr = [1,2,3,4,5,6]; var that = this; var url = '@Url.Action("GetDictionaryByTypeIDArray", "Dictionar 阅读全文
摘要:
来源 https://www.cnblogs.com/xinjian/archive/2010/11/17/1879959.html 准备一些测试数据,如下: use TestCreate table Student(ID int identity(1,1) primary key,[Name] n 阅读全文