search

Home  >  Q&A  >  body text

The HTML in TP5 has a script global variable, but the imported JS file cannot be referenced. What is the reason?

比如

<html>

        <head>

                <script>

                    var some = array(

                            'name' =lisi,

                            'age'   =20,

                    )

                </script>

<script>type="text/javascript" src="__ADMIN__/test.j"</script>


        </head>

        <body>

        </body>

</html>


正方向正方向2304 days ago1315

reply all(1)I'll reply

  • 同同同同同同同

    同同同同同同同2018-08-12 13:35:06

    Is test.j missing an s

    ?

    reply
    0
  • 正方向

    This is an example. When I send it out, it is rare.

    正方向 · 2018-08-12 13:38:32
    正方向

    This website can't find a way to modify it...

    正方向 · 2018-08-12 13:39:14
  • Cancelreply