var str = "I like JavaScript";
try{
document.write(str.charAt(5));
}
catch(exception){
..
str,charAt(5)和(exception)是什么意思