码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript String常用方法和属性

时间:2019-04-12 23:05:21      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:asc   string   cap   let   har   属性   rem   java   with   

 一、string中的常用属性

 

 1. length

说明:

  字符串的长度属性,一直保持跟踪着该字符串中包含的字符数。

 

 

 二、string中的常用方法

 

 1. toLowerCase() 和 toUpperCase()

说明:

  toLowerCase(): returns a copy of the string with its letters converted to lowercase. Numbers, symbols, and other characters are not affected.

  toUpperCase(): returns a copy of the string with its letters converted to capitals. Numbers, symbols, and other characters are not affected.

 

 2. trim()

说明:

  returns a copy of the string with beginning and ending whitespace characters removed.

 

JavaScript String常用方法和属性

标签:asc   string   cap   let   har   属性   rem   java   with   

原文地址:https://www.cnblogs.com/huwt/p/10611977.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!