要拿 array[index] 的值, 在 ie 下要用 charAt(index).
var str = 'hello world';alert(str[0]); // IE fail, FF okalert(str.charAt(0)); // IE ok, FF ok
張貼留言
沒有留言:
張貼留言