【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元

统计字数--解决中文不能及时统计问题

<head>
<script src="http://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
    $(function(){
        $('#tt').bind('input propertychange', function() {
            $("#sp").html($(this).val().length);
        });
    });
</script>
</head>
<body>
    字数:<span id='sp'></span><br>
    <textarea id='tt'></textarea>
    
</body>

 

posted @ 2016-04-06 09:25  happenzh  阅读(138)  评论(0编辑  收藏  举报