我在我的 asp.net 网络表单中使用以下代码来显示速度进度条。但它一直计数到 99% 然后停止。它适用于 html 页面,但不适用于 aspx 页面。有谁能够帮我?
<head runat="server">
<title></title>
<link href="pace-theme-big-counter.css" rel="stylesheet" />
<script src="pace.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>