JS格式化資料

2021-08-20 13:17:03 字數 799 閱讀 9839

前端經常遇到要處理後台返回的json資料,並且希望能夠按照一定格式進行展示,便於讀者檢視.此方法便可以進行操作

let txt='[,

]'fomatjson=(txt,false)=>)

return;

}

try)

}

catch(e))

console.log('資料來源語法錯誤,格式化失敗! 錯誤資訊: '+e.description,'err');

return;

}; var draw=,last=false,this=this,line=compress?'':'\n',nodecount=0,maxdepth=0;

var notify=function(name,value,islast,indent/*縮排*/,formobj)else

if(value&&typeof value=='object')'+(islast?line:(','+line)));/*縮排'}'換行,若非尾元素則新增逗號*/

}else;

};

var islast=true,indent=0;

notify('',data,islast,indent,false);

console.log("顯示的文字",draw,draw.join(''))

}

展示結果:

js編輯格式化資料

var nowdata currentdate currentyear currentmonth 獲取當前的時間 currentdate new date 獲取當前的年份 currentyear currentdate.getfullyear 獲取當前月份 currentmonth currentd...

js格式化貨幣資料

function formatcurrency num if num 0 var strnum num var arr1 strnum.split var haspoint false 是否有小數部分 var piontpart 小數部分 var intpart strnum 整數部分 if arr...

js日期格式化

日期格式化 使用方法1 var now new date var nowstr util.dateformat new date yyyy mm dd hh mm ss 使用方法2 var testdate new date var teststr util.dateformat new date ...