npm install boostrap后
在ejs文件里引用<link rel="stylesheet" href="../css/bootstrap/bootstrap.css" type="text/css">后有的效果起作用,有的不起作用。
比如<button type="button" class="btn btn-info">注销</button> 样式就会起作用
<ul class="nav nav-pills">
<li role="presentation" class="active">Home</li>
<li role="presentation">Profile</li>
<li role="presentation">Messages</li>
</ul>样式
不起作用
请问为啥
刚学node 引入什么的是不是不正确
慕仙森
HUH函数
相关分类