各位大佬,
1、仪表盘显示百分比,
2、显示固定的“出勤率“,请问自定义标签这应该怎么写?
function(){ return "出勤率"+"<br/>"+(this.percentage*100).toFixed(2)+"%";}
——————————
-- 「HTML解析文本内容」