最近在做一个火炬之光的技能系统的demo,需要用到配置表工具. &在网上没有找到让自己满意的工具&自己感兴趣, so自己做了一个. 我使用的C#语言,用了网上的SimpleJSON工具脚本来做的,下面直接上代码: 界面代码(ps.注释掉的部分是生成对应代码的类,但感觉目前写的不好,就不上传了...) using System; using System.Collections.Generic; using System.Windows.Forms; namespace ConfigTool
第一中形式的导出:主要是表头对应主体数据,json形式的导出 js库文件名称 : table2excel.js这个js库文件是网上找的,并且自己根据自己业务需求把内容改了一下复制到 table2excel.js 文件中,作为自己的js库,就可以使用.记得先引入jq的库 /* * jQuery table2excel - v1.1.1 * jQuery plugin to export an .xls file in browser from an HTML table * https://git
xmind文件如图所示, 最终生成的数据结构如图 2,选择导出为excel文件,导出的excel文件打开如图 3,安装node读取excel模块 cnpm i node-xlsx --save 4,使用node-xlsx模块读取excel文件,注意文件名不能为中文, 使用示例 var xlsx2json = require("node-xlsx"); var list = xlsx2json.parse("./test3.xlsx"); 读取出的excel数据如
这是一个json格式的字符串 第一种情况(简单格式) String result = "{\"name\":\"小明\",\"age\":\"12\"}";JSONObject json = new JSONObject(result);System.out.println("name="+json.getString("name")+",age=&quo