html5判断文字是否有下划线

xiaoxiao2021-02-27  170

if($('#div1').css('text-decoration').indexOf('none')){ //有下划线 }else{ //无下划线 }
转载请注明原文地址: https://www.6miu.com/read-13153.html

最新回复(0)