这两天遇到大难题了,就是这个 xlsx 导入问题,之前用的xlsx.full.min.js,写的导入,结果不兼容ie浏览器,研究这个也好长时间,网上居然还没有搜到合适的,自己写从xlsx官网上找了个大例子,改了改, 在引入 shim.js jszip.js xlsx.js 的基础上 上代码: var X = XLSX; var rABS = false; var process_wb = function process_wb(
不知道为什么大家那么偏爱json格式,清晰?跨平台?或许这都是它的优点吧,之前我都是将我的数据放到txt中,今后就用json吧.初步写了一个写入json的模板,就这么用吧. def get_qq_0528(): import math,re,json cnt = 0 SEG = 5 REGEX = re.compile(r'(\d{4})(-|/)(\d{2})(-|/)(\d{2})') for file in FILE_LIST: with open(os.path.join(PATH, f
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Script.Serialization; //导入解析Json的类 public partial class _Default : System.Web.UI.Page { protec