计算字符串的长度

<html>
<body>

<script type="text/javascript">

var txt="Hello World!"
document.write(txt.length)

</script>

</body>
</html>

posted @ 2018-06-22 16:22  码狼先生  阅读(90)  评论(0)    收藏  举报