val ins: InputStream; // both close stream after use val text = ins.bufferedReader().use { it.readText() } val text = ins.reader().use { it.
確定! 回上一頁