文件名称:串对象的属性-JavaScript教程--从入门到精通.
文件大小:339KB
文件格式:PPT
更新时间:2024-05-12 07:15:25
javascript
串对象的属性 string对象只有一个属性,即length。它表明了字符串中的字符个数,包括所有符号。 例: mytest="This is a JavaScript" mystringlength=mytest.length 最后mystringlength返回mytest字串的长度为20。
文件名称:串对象的属性-JavaScript教程--从入门到精通.
文件大小:339KB
文件格式:PPT
更新时间:2024-05-12 07:15:25
javascript
串对象的属性 string对象只有一个属性,即length。它表明了字符串中的字符个数,包括所有符号。 例: mytest="This is a JavaScript" mystringlength=mytest.length 最后mystringlength返回mytest字串的长度为20。