当前位置:网站首页 > 网站建设教程 > HTML教程 > 正文

html通过js调用ios或android代码

教程管理员 发布于2023-09-30 13:56 HTML教程 165

简介: html通过js调用ios或android代码
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
  </head>
  <body>
    <div style="text-align: center; margin-top: 50px;">
      <button onclick="handleButtonClick()">点一下试试</button>
    </div>

    <script type="text/javascript">
      function handleButtonClick() {
        console.log("button click");
        // 通过webview注入的对象和方法
        native.sendValueFromHtmlToOCWithValue("hi world");
      }
    </script>
  </body>
</html>
            </div>

琼ICP备09004296号-12