javascript - The background provides an interface to display the page, which needs to be rendered by the server. How to do this?
过去多啦不再A梦
过去多啦不再A梦 2017-07-07 10:34:19
0
3
1017

The background provides an interface to display the page, which needs to be rendered by the server. How to do this?

过去多啦不再A梦
过去多啦不再A梦

reply all(3)
曾经蜡笔没有小新

Tell the backend the template path that your front end needs to render, and write down the data that needs to be rendered in the template using the template engine. Access the interface and insert data mixed with html strings into the front end. ————This is what the front end needs to do

洪涛

Add the node middle layer to connect the background interface and server-side rendering, choose vue/react, and make isomorphic projects. One code supports server-side/client-side rendering at the same time

刘奇

fiddler

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!