<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>我是中國人</title> <!-- 新 Bootstrap 核心 CSS 檔案 --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- 最新的 Bootstrap 核心 JavaScript 檔案 --> <script src="js/bootstrap.min.js"></script> <script src="https://cdn.staticfile.org/popper.js/1.15.0/umd/popper.min.js"></script> </head> <body> <div id="" class="input-group"> <span class="input-group-addon">搜索</span> <input type="search" name="" id="" value="" class="form-control" /> </div> <div id="" class="input-group"> <input type="search" name="" id="" value="" class="form-control" /> <div id="" class="input-group-addon"> 查詢內容 </div> </div> </body> </html>
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/172645.html
標籤:其他
上一篇:ES6、Vue指令、 計算屬性、系結Class和Style、條件渲染、串列渲染、表單輸入系結(雙向資料系結)
下一篇:npm(nodejs package manager)、webpack、Vue組件、Vue腳手架開發工具、Vue Router的使用、Vuex的使用、使用Django前后端互動
