filesbox/web/dist/design/designstatic/home/image/html.html
2024-07-26 14:10:54 +08:00

28 lines
492 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
   
<head>
      
<meta charset="utf-8">
      <title>葛夫锋</title>
      
      
<script>
         function callAndroid(){
            test.hello("js调用了android中的hello方法");
         }
  
</script>
  
</head>
   
<body>
      
<button type="button" id="button1" onclick="callAndroid()">js调用android中的代码</button>
   
</body>
</html>