咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

html调用外部js函数

2019-02-10 10:06:56 6253次

*.js文件:

function aa(){
    alert("Hello World!");
}

*.html

<script src="index.js"></script>
 <script>
    window.onload = function(){
        aa();    //调用
    }</script>


首页
最新活动
个人中心