We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例子里的head是这样的:
<head> <meta charset="UTF-8"> <title>RequireJS - 调用模板演示</title> <script src="../../static/js/require.js"></script> </head>
如果我这个head里有大量的css,然后我又需要渲染很多页面。 那么,就要在每一个页面的head里写上css的link。
如果把有所的css link语句写成一个html,然后include进来,但是好像不是很好实现。所以像请教下,如何处理css link。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例子里的head是这样的:
如果我这个head里有大量的css,然后我又需要渲染很多页面。
那么,就要在每一个页面的head里写上css的link。
如果把有所的css link语句写成一个html,然后include进来,但是好像不是很好实现。所以像请教下,如何处理css link。
The text was updated successfully, but these errors were encountered: