StringToDouble.strtod(...) static double strtod(String s) { final byte[] utf8 = s.getBytes(StandardCharsets.UTF_8); return strtod(utf8, 0, utf8.length); }.
確定! 回上一頁