当前位置: 代码迷 >> ASP.NET >> 都速度进入看看
  详细解决方案

都速度进入看看

热度:2339   发布时间:2013-02-25 00:00:00.0
都速度进来看看
在浏览器直接打开 192.168.17.16/综艺/soft/wrar393sc.exe 可以下载 

怎么在程序里实现给个按钮点击就下载这个地址的东西?

------解决方案--------------------------------------------------------

<a href="http://192.168.17.16/综艺/soft/wrar393sc.exe" >download</a>

------解决方案--------------------------------------------------------
lS 正确            .

------解决方案--------------------------------------------------------

protected void btn_Click(object sender,EventArgs e){
    Response.Redirect("http://192.168.17.16/综艺/soft/wrar393sc.exe");
}
  相关解决方案