序列化百分比数据

//格式化百分比数据
function FormatDataPoint(type)
{
    if (type) {
        return parseFloat(type).toFixed(2).toString();
    }
    else {
        return "--";
    }
}

posted @ 2015-01-09 10:08  奥巴马说你代码写的好  阅读(135)  评论(0编辑  收藏  举报