In the js template engine, where does all this data come from?

In the

js template engine, where does the data come from and how the page does not have the variable isAdmin? you can refer to

directly.

< script id= "content" type= "text/html" >

{{if isAdmin}}
    <h1>{{title}}</h1>
    <ul>
        {{each list as value index}}
           <li>:{{index}}:{{value}}</li>
        {{/each}}
    </ul>
{{/if}}

< / script >

Mar.15,2021

var innerHtmlStr = template.render('id', data);// 

We all know that it is a template engine. Just search for it. The data comes from this incoming data~

.

traverse the generated ast, and then assign it, and then restore


injected


https://blog.csdn.net/xuexuan. search

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37f0d-2c0e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37f0d-2c0e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?