我是新手,请各位指点一下,现在把代码贴出来,帮帮忙看看问题出在哪里???对不起,新手只能出到5分了
If n-currentpage<1 Then
Response.Write "<font class='contents'>下一页 末 页</font>"
Else
Response.Write "<a href="&filename&"?page="&(CurrentPage+1)&"&selectm="&selectm&"&selectkey="&selectkey&" class='contents'>"
Response.Write "下一页</a> <a href="&filename&"?page="&n&"&selectm="&selectm&"&selectkey="&selectkey&" class='contents'>末 页</a>"
End If
Response.Write "<font class='contents'> 页次:</font><font class='contents'>"&CurrentPage&"</font><font class='contents'>/"&n&"页</font> "
Response.Write "<font class='contents'> 共有"&totalnumber&"种商品 "
Response.Write "<font class='contents'>转到第:</font><input type='text' name='page' size=2 maxlength=10 class=smallInput value="¤tpage&">页"
Response.Write " <input type='submit' class='contents' value='跳转' name='cndok'></form>"
End Function
%
微信小程序能打开app短链接吗
微信小程序不能直接打开APP短链接,因为微信小程序和APP是两种不同的应用程序,它们的开发和运行环境不同。微信小程序是基于微信平台开发的轻量级应用,运行在微信客户端内部,而APP则是独立的应用程序,需要在手机上安装并运行。微信小程序主要通过微信开发者工具进行开发,并在微信中进行访问和使用。它具有...