stylesheet
It should be that js parses the parameters passed by the link tag to get the final imported style
Link does not have the function of importing multiple styles at one time. However, you can use the @import statement in the imported style sheet to import multiple other styles
The href of this link is not the original meaning. The href in the code you posted should be a file in the request backend (should be in mvc format). In this request, there are parameters
f=g.css,base.css,module/tips.css,tips-c.css,module/window.css,head.css,footer.css,main.css,pub.css&v=1.002
http://t5.zbjimg.com/min/?b=v&f=g.css,base.css,module/tips.css,tips-c.css,module/window.css,head.css,footer.css,main.css,pub.css&v=1.002
Merge several css files into one css
window.css, head.css, footer.css, main.css, pub.css
From the naming point of view It can be seen
This can reduce the number of requests and improve access speed