In other words, charArray() is returning an array of pointers (each to its own char array) instead of just a single array of char's. You need to let Java know ...
確定! 回上一頁