iframe 请求静态页面是不允许使用post,改为get请求 Read More
posted @ 2020-07-01 19:23 第一神坑 Views(359) Comments(0) Diggs(0)
// 金额格式转换 function paddingNum(value) { if (value && value != null) { var reg = /^(-)?[0-9]+.?[0-9]*$/ if (!reg.test(value)) { return; } value = parseF Read More
posted @ 2020-07-01 19:21 第一神坑 Views(315) Comments(0) Diggs(0)