码迷,mamicode.com
首页 > 其他好文 > 详细

访问Index function 两次

时间:2015-06-28 22:48:27      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

cshtml

<bgsound src = ‘‘/>

Controller

public ActionResult Index (int id?)

{

  ...

}

 

如果访问这个页面的话,会连续访问两次,由于scr =‘‘ 造成,把scr=‘‘ 去掉就可以了

cshtml

<bgsound/>

访问Index function 两次

标签:

原文地址:http://www.cnblogs.com/lavenvsxiaoye/p/4606136.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!