在JavaScript中,可以使用字符串的length属性来获取字符串的长度。例如:```javascriptvar str = "Hello World";console.log...