The HTML in TP5 has a script global variable, but the imported JS file cannot be referenced. What is the reason?
正方向
正方向 2018-08-12 12:23:04
0
1
1326

比如

<html>

        <head>

                <script>

                    var some = array(

                            'name' =lisi,

                            'age'   =20,

                    )

                </script>

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


        </head>

        <body>

        </body>

</html>


正方向
正方向

reply all(1)
同同同同同同同

Is test.j missing an s

?
  • reply This is an example. When I send it out, it is rare.
    正方向 author 2018-08-12 13:38:32
  • reply This website can't find a way to modify it...
    正方向 author 2018-08-12 13:39:14
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template