Skip to content

Commit 25d3ce0

Browse files
authored
Create bridgetest.html
1 parent be49a70 commit 25d3ce0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

bridgetest.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)