We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be49a70 commit 25d3ce0Copy full SHA for 25d3ce0
1 file changed
bridgetest.html
@@ -0,0 +1,18 @@
1
+<html>
2
+<head>
3
+ <title>桥测试Domo </title>
4
+</head>
5
+<body>
6
+<script type="text/javascript">
7
+ function actionWithUrl() {
8
+ HybridBridgeLJ.actionWithUrl("http://photo.16pic.com/00/53/85/16pic_5385730_b.jpg");
9
+ }
10
+ function saveImageUrl() {
11
+ HybridBridgeLJ.saveImageUrl("http://photo.16pic.com/00/53/85/16pic_5385730_b.jpg");
12
13
+ </script>
14
+<input type="button" value="桥测试actionWithUrl" onclick="actionWithUrl()" style="height:50px; width:200px"/>
15
+<br/>
16
+<input type="button" value="桥测试saveImageUrl" onclick="saveImageUrl()" style="height:50px; width:200px; margin-top:10px;" />
17
+</body>
18
+</html>
0 commit comments