一文读懂JavaScript的String对象

lthk64044 15 0 PDF 2021-01-16 17:01:35

String对象一、String对象的属性(1)、length属性(2)、constructor属性(3)、prototype属性二、String对象的方法(1)、查找字符串1)、charAt()方法2)、indexOf()方法3)、lastIndexOf()方法(2)、截取字符串1)、slice()方法2)、substr()方法3)、substring()方法(3)、大小写转换1)、toLowerCase()方法2)、toUpperCase()方法(4)、连接和拆分1)、concat()方法2)、split()方法(5)、格式化字符串 一、String对象的属性 (1)、length属性 该

用户评论
请输入评论内容
评分:
暂无评论