var url = '@Url.Action("Action", "Controler", new { a = "a", b = "b" })'; $.post(url).success(function(data) { ... }); 問題是在此之后 url 的 ...
確定! 回上一頁