<title>Bootstrap 实例 - 内联表单</title>
<link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
<script src="/js/bootstrap/jquery.min.js"></script>
<script src="/js/bootstrap/bootstrap3.3.7.min.js"></script>
<form class="form-inline" role="form">
<label class="sr-only" for="name">名称</label>
<input type="text" class="form-control" id="name"
<label class="sr-only" for="inputfile">文件输入</label>
<input type="file" id="inputfile">
<input type="checkbox"> 请打勾