轴分类标签为 20200403_A01 , 需要显示为04/03,请问如何编写自定义。 谢谢。
function(){ return this.substring(4,6)+"/"+this.substring(6,8); }