我在我的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>