Convert your jsonArray to String and use string.getBytes().length . It will give number of bytes used by the string to store the value. Using those bytes you ...
確定! 回上一頁