通過javascript設置html屬性

 function showTooltip(englishstr){
   
    $(".tooltips").mouseover(function(e){    
     this.title="LENGTH:"+englishstr.length;    
    });
   }


作者“左羅CTO”

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *