代码之家  ›  专栏  ›  技术社区  ›  emma

Magento-头部JS

  •  0
  • emma  · 技术社区  · 7 年前

    magento 1.9.2.4 我有个小问题:

    <head></head> 我有CSS文件和js文件,但也有一段js代码,如下所示:

    <html>
        <head>
        <meta charset="utf-8">
        <titlte>Title</title>
        <link href="...">
    
        <!-- This is the thing that i'm trying to get access to -->
        <script type="text/javascript">
            //some js code here
        </script>
    

    1 回复  |  直到 7 年前
        1
  •  0
  •   0d1n    7 年前

    都在链接标签之后。