I want to use pure jinja2 (no frame) to make a web page template output in the form of articles. There is a basic skeleton base.html, with a large number of chapters, which will be freely combined and put into the skeleton. If these chapters are put in ...
video < video> unable to display video ...
there is an array like this [ { id:1, info: {name:"abc"} show: true }, { id:2, info: {name:"abc"} show: true }, { id:3, info: {name:"qq"} show: true } ] <!-- HTML --> <ng...
setTimeout(() => { console.log(1) }, 1000) new Promise(resolve => { setTimeout(() => { resolve(2) }, 1000) }).then(data => { console.log(data); then }); console.log(3) then new Promise(resolve => { console.log( 1 ); f...
I use bootstrap-table, because the data is displayed by one of the list from the objects returned from the backend, so I cannot write the interface and return the data directly in the js configuration. I default to how to render the data to table by def...
in the tp3.2 framework, I create a Public directory to store resource files at the same level in index.php. How can I prevent users from accessing my Public directory ...