namespace MvcMusicStore.Controllers |
{ |
public class StoreController : Controller |
{ |
// |
// GET: /Store/ |
public string Index() |
{ |
return "你好~Store.Index()" ; |
} |
// GET: /Store/Browse |
public string Browse() |
{ |
return "你好~Store.Browse()" ; |
} |
// GET: /Store/Details |
public string Details() |
{ |
return "你好~Store.Details()" ; |
} |
} |
} |
by: 发表于:2017-11-02 09:49:17 顶(0) | 踩(0) 回复
??
回复评论