This commit is contained in:
Him188moe 2019-08-18 21:37:50 +08:00
parent a2e5379db5
commit 0b76137936

View File

@ -42,5 +42,5 @@ fun main(){
println(packet.verifyCodeLength)
File("C:\\Users\\Him18\\Desktop\\5.png").createNewFile()
s.transferTo(FileOutputStream("C:\\Users\\Him18\\Desktop\\5.png"))
packet.verifyCode.inputStream().transferTo(FileOutputStream("C:\\Users\\Him18\\Desktop\\5.png"))
}