方法:
function contentMatter(value,row,index) {
var span=document.createElement("span");
span.setAttribute("title",value);
span.innerHTML = value;
return span.outerHTML;
}
html
js
2023-10-28 09:28:21
方法:
function contentMatter(value,row,index) {
var span=document.createElement("span");
span.setAttribute("title",value);
span.innerHTML = value;
return span.outerHTML;
}
html
js
下一篇:js实现多行文字截取