摘要: 1.String对象的方法(1)—— 大小写转换 var str1="aBcd" var str2=str1.toLowerCase();//"abcd" var str2=str1.toUpperCase();//"ABCD"var str1="welcome to the world of JS 阅读全文
posted @ 2018-04-09 21:55 lxxG 阅读(96) 评论(0) 推荐(0) 编辑