html代码

<html>
    <head>
        <title>index.html</title>
        <script type="text/javascript">
            function aehyok(data)
            {
                alert(data.result);
            }
        </script>
        <script type="text/javascript" src="http://www.yourtour.cc/c.js" ></script>
    </head>
    <body></body>
</html>

 

js代码

aehyok({"result":"我是远程js带来的数据"});

 

相关文章:

  • 2021-07-26
  • 2021-10-03
  • 2021-12-11
  • 2021-07-20
  • 2022-02-22
  • 2022-12-23
  • 2022-01-01
  • 2021-12-07
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-11-12
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案