摘要: 视图 @{ ViewBag.Title = "Add";} <h2>Add</h2> <table> <tr> <td>姓名</td> <td><input id="UserName" type="text" /></td> </tr> <tr> <td>密码</td> <td><input id= 阅读全文
posted @ 2020-08-06 19:40 影子少年 阅读(115) 评论(0) 推荐(0)
摘要: //Sql语句(API) public int Login(string username,string userpwd) { List<UserInfo> list = dal.Login(username, userpwd); if (list.Count > 0) { return Conve 阅读全文
posted @ 2020-08-02 19:50 影子少年 阅读(235) 评论(0) 推荐(0)
摘要: //MVC显示 GetList(1); function GetList(index) { $.ajax({ url: 'http://localhost:4480/api/Default/GetShopShow', type: 'get', data: { pageindex: index,pag 阅读全文
posted @ 2020-07-26 23:38 影子少年 阅读(76) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-22 15:58 影子少年 阅读(0) 评论(0) 推荐(0)