jQuery MiniUI

标题: clone会把时间字符串转成时间对象 [打印本页]

作者: happylover1278    时间: 2020-12-9 14:43:16     标题: clone会把时间字符串转成时间对象

如何阻止这个转换,clone出来的就是原来的数据类型

作者: felt    时间: 2020-12-9 15:07:16

重写mini.decode方法,不解析成date
mini.decode = function (e) {
        return eval('(' + e + ')');
    }
作者: happylover1278    时间: 2020-12-9 16:32:35

felt 发表于 2020-12-9 15:07
重写mini.decode方法,不解析成date
mini.decode = function (e) {
        return eval('(' + e + ')');

如果clone能加个入参就好了,自由控制要不要去转义,就像form.getdata(false)一样




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2