Net MVC 的Action 吧! C#. [HttpPost] public bool Login(string id, string password) { if (id == "anyun" && password == "pass") return true; ...
確定! 回上一頁