脚本网址
@for (int i = 0; i < Int32.Parse(@resource.Ratings); i++)
{
<span class="glyphicon glyphicon-star"></span>
}
@for (int i = Int32.Parse(@resource.Ratings); i < 5; i++ )
{
<span class="glyphicon glyphicon-star-empty"></span>
}
@resource.Ratings stars
当我将索引文件移动到前端文件夹时>无标题3
并且网址更改为
<link rel="stylesheet" type="text/css" href="../jquery.fullPage.css" />
<script type="text/javascript" src="../jquery.fullPage.js"></script>
但它有效。 甚至链接也使用浏览并选择系统提供的脚本文件和URL
帮助〜 是任何设置需要更改