The code we insert at this location is dynamically inserted through js. The source code of the displayed web page is the initially loaded html displayed, so it is not runtime code. For example, if I insert
<script>alert('1111')</script>
you can see this
This will work fine。