摘要:
function(num,precision){ precision =precision||12; return +parseFloat(num.toPrecision(precision)); } 阅读全文
摘要:
//arr就是去重的json数组对象,vr01就是根据这个字段来判断,换成你需要的字段即可function quchong(arr) { let array = []; for(let i = 0; i < arr.length; i++) { let isChage = true; ... 阅读全文
摘要:
!function (e, t, a) {function r() {for (var e = 0; e < s.length; e++) s[e].alpha <= 0 ? (t.body.removeChild(s[e].el), s.splice(e, 1)) : (s[e].y--, s[e].scale += .004, s[e].alpha -= .013, s[e].el.sty... 阅读全文
摘要:
var regexEnum = { money: /^([1-9][0-9]*([\.]\d{1,2})?|0\.[1-9][0-9]?)$/, discount: /^(\d([\.]\d)?|0\.\d)$/, //匹配 0~9.9 之间的数字 intege:"^-?[1-9]\\d*$", / 阅读全文
摘要:
//连接视图名称,视图在数据库写好 using System; using System.Drawing; using System.Data; using System.Data.SqlClient; using System.Collections.Generic; using System.Web; using System.Text; using CloudSaaS.DAL; usin... 阅读全文
摘要:
console.log("我是移动端!");} 阅读全文