不过,我只想写一个比以下的名词,但我想照像<代码>345j、<代码>982p等位数。 我会作些什么改动,以掌握人数的特性?
ts.addParser({
id: "digit",
is: function (s, table) {
var c = table.config;
return $.tablesorter.isDigit(s, c);
},
format: function (s) {
return $.tablesorter.formatFloat(s);
},
type: "numeric"
});