摘要: js对象 string对象 字符串创建(两种形式) 1,变量="字符串" var str1="hello" 2,变量=new String(字符串) var str2=new String("hello") 字符串对象的属性和函数 x.length 获取字符串的长度 x.toLowerCase() 阅读全文
posted @ 2017-09-25 19:11 Python界-黄药师 阅读(207) 评论(0) 推荐(0)