Files
RBMESAPICore/Views/Home/Index.cshtml

12 lines
426 B
Plaintext
Raw Normal View History

2025-09-09 22:41:29 +08:00
@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
<h1>进入了View</h1>
}
<script src="https://code.jquery.com/jquery.js"></script>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>