2.声明一个string对象
var str0="hello";
var str1=new String("hello");
(str0==str1)为ture但是(stro===str1)为false。3.给数组排序:array.sort();
4.document.write();写到当前页面上
参数分别表示 下标,删除的元素个数,插入的元素
6.document,write(array.join("@")+"<br/>");
表示在数组的每一个元素后面都加上一个“@”
7.对字符串进行操作:
8.Math对象函数
9.Math对象函数
Date对象函数