快速购买:
          
<a href="<%=Url.Action("Buy""Shop", new { ShopType = Convert.ToInt32(shop.Type), ID = shop.ID, MoneyType = "Golden", BuyNum = 1 })%>">1</a>
          
<%=Html.ActionLink("1","Buy""Shop"new { ShopType = Convert.ToInt32(shop.Type), ID = shop.ID, MoneyType = "Golden", BuyNum = 1 },null%>
    

 

HTML后:

快速购买:
       <a href="/Shop.mvc/Buy/1?ShopType=1&MoneyType=Golden&BuyNum=1">1</a>
       <a href="/Shop.mvc/Buy/1?ShopType=1&amp;MoneyType=Golden&amp;BuyNum=1">1</a>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案