mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
9 lines
256 B
HTML
9 lines
256 B
HTML
|
|
<header ng-controller="SearchController">
|
|
<div>
|
|
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字" ng-click="goToSearch()"/>
|
|
</div>
|
|
<div>
|
|
<input type="button" id="search_btn" value="搜索"/>
|
|
</div>
|
|
</header> |