返回字符串的长度返回字符串的长度<html><body> <script type="text/javascript"> var txt="Hello World!"document.write(txt.length) </script> </body></html>