fun convertToBase64Bytes(floatArray: FloatArray): String? { val buff: ByteBuffer = ByteBuffer.allocate(4 * floatArray.size) for (i in ...
確定! 回上一頁