charAt (x) instead of the bracket notation string[x] ? ... The reason why assigning to string[x] doesn't work is because Javascript strings are immutable.
確定! 回上一頁