public static string CreateJsonParameters(DataTable dt) { /**/ /**/ /**/ /* /**************************************************************************** * Without goingin to the depth of the functioning of this Method, i will try to give an overview
项目当中有一些数据,比如多语言翻译,要求做语言包,起初当然是做成i18n.js文件,但是每个阶段版本更新都会增加一些key,那么发布的时候只能给<script>的src增加?20180913版本号,令客户端加载新的js. 这么做其实很不方便,平时发布可能忘记更新母版的script版本号. 现在这里有比较一劳永逸的方式: 1.编写Controller,比如 public class LangController : Controller { public ActionResult Js(stri