ZPY博客

jquery判断是否为数字

if(!isNaN(sum)){
        $("#sum_" + name).text(sum);
    }