charAt()var str="hellow";str.charAt(1)返回的值是e
toUpperCase()var str="helloow";str.toUpperCase()返回的值是HELLOOW