From 9ec847d442204747c9afc904de78ba3f3b8f5b35 Mon Sep 17 00:00:00 2001 From: jianbo <263303411@qq.com> Date: Mon, 13 Dec 2021 11:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=94=AF=E4=B8=80=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E6=96=B9=E6=B3=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xiangxue/new_modular_customarouter/test2.java | 15 +++++++++++++-- app_config.gradle | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/app/src/androidTest/java/com/xiangxue/new_modular_customarouter/test2.java b/app/src/androidTest/java/com/xiangxue/new_modular_customarouter/test2.java index 71325f1..e83b700 100644 --- a/app/src/androidTest/java/com/xiangxue/new_modular_customarouter/test2.java +++ b/app/src/androidTest/java/com/xiangxue/new_modular_customarouter/test2.java @@ -8,6 +8,9 @@ import androidx.test.InstrumentationRegistry; import org.junit.Before; import org.junit.Test; +import java.util.Arrays; +import java.util.List; + /** * 数据库调试 */ @@ -22,9 +25,16 @@ public class test2 { @Test public void onCreate() { - int i = Integer.parseInt("0"); - Log.e("TIAOSHI###", i+""); + // gaizaotime("关注 389"); + + + String floor_id = "7,8,9"; + List result = Arrays.asList(floor_id.split(",")); + for(int i=0;i