Bootstrap 按钮
@{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>View1</title> <link href="~/Bootstrap3.3.7/css/bootstrap.min.css" rel="stylesheet" /> <script src="~/jquery3.3.1/jquery-3.3.1.min.js"></script> <script src="~/Bootstrap3.3.7/js/bootstrap.min.js"></script> </head> <body> <!-- Standard button --> <button type="button" class="btn btn-default">(默认样式)Default</button> <!-- Provides extra visual weight and identifies the primary action in a set of buttons --> <button type="button" class="btn btn-primary">(首选项)Primary</button> <!-- Indicates