一、外部样式(前端和后端相对分离)
<link rel="stylesheet" type="text/css" href="~/style/User/Login.css">
二、放在页面头部(前端和后端结合较为紧密)
三、内嵌在网页内部(缺点不容易集中管理)
本文共 181 字,大约阅读时间需要 1 分钟。
一、外部样式(前端和后端相对分离)
<link rel="stylesheet" type="text/css" href="~/style/User/Login.css">
二、放在页面头部(前端和后端结合较为紧密)
三、内嵌在网页内部(缺点不容易集中管理)
转载于:https://www.cnblogs.com/bluewhy/p/5087925.html