首頁  >  文章  >  web前端  >  Javascript實作真實字串剩餘字數提示的實例程式碼_javascript技巧

Javascript實作真實字串剩餘字數提示的實例程式碼_javascript技巧

WBOY
WBOY原創
2016-05-16 17:19:23971瀏覽

複製程式碼 程式碼如下:

//文字方塊剩餘字數提示(字大小)
function textLimitCheckSj(thisArea, maxLength, SpanId) {
    var str = thisArea.value;
    if (getChrLen(str ue = str.substring( 0, x-1);
    }
    else {
        var varss = '(剩餘字數:' Math.floor((maxLength) * 2 - getC 9en(剩餘字數:Lenfloor((maxLength) * 2 - getC 下) ;
        document.getElementById(SpanId).innerHTML = varss;
    }
}
function getChrLen(str.Sstr. , charCode = -1;
    x = 0;
    for (; (x    (charCode >= 0 && charCode             realLength = 1;
      >    }
    return realLength;
}
?
               span id="spOwner_Name"
                           


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn