From 5c570cef0cdefd4103b0d447f6505d4430807128 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 23 九月 2019 14:55:49 +0800 Subject: [PATCH] 删除原obd_data表的数据存储 --- src/test/kotlin/com/flightfeather/obd/Test.kt | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/test/kotlin/com/flightfeather/obd/Test.kt b/src/test/kotlin/com/flightfeather/obd/Test.kt index 7a7ca8f..f16c654 100644 --- a/src/test/kotlin/com/flightfeather/obd/Test.kt +++ b/src/test/kotlin/com/flightfeather/obd/Test.kt @@ -131,12 +131,8 @@ @Test fun f0012() { - ByteArray(3).forEach { - println(it) - return - } - - println("end") + val a = "80ffffff".toBigInteger(16) + val b = a?.toDouble() } } \ No newline at end of file -- Gitblit v1.9.3