[HttpGet] 和[HttpPost]只有最下面一个属性起作用。
下面来一个奇技淫巧:[AcceptVerbs(HttpVerbs.Get | HttpVerbs.Post)]
[AcceptVerbs(HttpVerbs.Get | HttpVerbs.Post)]
public ActionResult Index(System.DateTime? start = null, System.DateTime? end = null, string storeId = null)