04 2025 档案
摘要:需求:有一个字典类型数据,要求输入及输出如下: 后端处理代码如下: using System.Collections.Generic; using System.Text; using System.Web.Mvc; namespace CloudCodeTest.Controllers { pub
阅读全文
摘要:续上篇的一个问题: 后端代码: 前端代码: 测试结果: 千问上的回答: 感觉方法一和方法三一样,所以把方法三往前调 方法二是前端移除dataType:"json" 自己实践操作: 方法二的实践: 单单移除掉dataType:"json"并不能解决问题 测试结果还是如下: 把前端代码加上是否json判
阅读全文
摘要:前端判断空值的写法如下: @{ ViewBag.Title = "NullableTest"; Layout = null; } <script src="~/Content/Scripts/jquery-2.1.1.js"></script> <h2>NullableTest</h2> <butt
阅读全文
摘要:前端代码: @{ ViewBag.Title = "NullableTest"; Layout = null; } <script src="~/Content/Scripts/jquery-2.1.1.js"></script> <h2>NullableTest</h2> <button id="
阅读全文
浙公网安备 33010602011771号