Closed yunyuyuan closed 2 years ago
我使用python的flask开发,使用的jinja2模板,需要把js插入到html指定的位置。能否这样实现呢:
<head> <title>Inject point<title> // chunk1插入的位置 <script src='another.js'></script> // chunk2插入的位置 </head>
我使用python的flask开发,使用的jinja2模板,需要把js插入到html指定的位置。能否这样实现呢: