diff --git a/sample/src/main/assets/test.html b/sample/src/main/assets/test.html
index 0317947..80a7548 100644
--- a/sample/src/main/assets/test.html
+++ b/sample/src/main/assets/test.html
@@ -48,7 +48,7 @@
Java Interface 可用接口列表测试
HostApp.alert('我是确认框');
-
+
@@ -58,7 +58,7 @@ Java Interface 可用接口列表测试
HostApp.toast('我是气泡');
-
+
@@ -68,7 +68,7 @@ Java Interface 可用接口列表测试
HostApp.testLossTime(new Date().getTime());
-
+
@@ -80,7 +80,7 @@ Java Interface 可用接口列表测试
HostApp.getIMSI()
);
-
+
@@ -92,7 +92,7 @@ Java Interface 可用接口列表测试
HostApp.passJson2Java({'key1': 'first-value', 'key2': 'secd-value'})
);
-
+
@@ -104,7 +104,7 @@ Java Interface 可用接口列表测试
JSON.stringify(HostApp.retBackPassJson({'b1': 'back-value1', 'b2': 'back-value2'}))
);
-
+
@@ -116,7 +116,7 @@ Java Interface 可用接口列表测试
HostApp.alert(msg);
});
-
+
@@ -128,7 +128,7 @@ Java Interface 可用接口列表测试
HostApp.overloadMethod(1)
);
-
+
@@ -140,7 +140,7 @@ Java Interface 可用接口列表测试
HostApp.overloadMethod('12adadad')
);
-
+
@@ -152,7 +152,7 @@ Java Interface 可用接口列表测试
HostApp.retJavaObject()[0].intField
);
-
+
@@ -164,9 +164,65 @@ Java Interface 可用接口列表测试
HostApp.passLongType(14102300951321235) + ''
);
-
+
+
+