Javascript Src Path

后端 未结 8 1264
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 04:46

Hello I\'m having some trouble with the following code within my Index.html file:


         


        
8条回答
  •  旧时难觅i
    2020-12-15 05:33

    Use an relative path to the root of your site, for example:

    If clock.js is on http://domain.com/javascript/clock.js

    Include :

    
    

    If it's on your domain root directory:

    
    

提交回复
热议问题