實(shí)例如下所示:
創(chuàng)新互聯(lián)建站是一家專注于成都網(wǎng)站制作、做網(wǎng)站與策劃設(shè)計(jì),漳平網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)建站做網(wǎng)站,專注于網(wǎng)站建設(shè)10余年,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:漳平等地區(qū)。漳平做網(wǎng)站價(jià)格咨詢:13518219792
<!DOCTYPE html> <html ng-app="myApp"> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ overflow: hidden; margin-top: 50px; margin-left: 500px; } .container{ width: 250px; padding: 0; } .container li{ list-style: none; border: 1px dotted gray; width: inherit; } </style> </head> <body> <div ng-controller="myCtrl"> <input type="text" ng-model="name" placeholder="請(qǐng)輸入內(nèi)容..." ng-keyup="change(name)"/> <input type="button" name="" id="" value="搜索" ng-click="change(name)"/> <ul class="container"> <li ng-repeat=" d in mes">{rnnlrdf}</li> </ul> </div> </body> <script src="angular.min.js"></script> <script src="angular-route.min.js"></script> <script src="angular-ui-router.min.js"></script> <script type="text/javascript"> var app = angular.module("myApp",[]); app.controller("myCtrl",function($scope,$http,$timeout){ $scope.mes = [] ; var timer = null ; $scope.change = function(name){ $timeout.cancel(timer); timer = $timeout(function(){ $http({ method:"JSONP", url:"https://sp0.baidu.com/5a1Fazu8AA54nxGko9WTAnF6hhy/su?wd="+name+"&json=1&p=3&sid=&req=2&csor=8&cb=JSON_CALLBACK" }) .success(function(data){ $scope.mes = data.s; console.log(data.s); }) },500) } }) </script> </html>
以上這篇angularJs-$http實(shí)現(xiàn)百度搜索時(shí)的動(dòng)態(tài)下拉框示例就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持創(chuàng)新互聯(lián)。
網(wǎng)站標(biāo)題:angularJs-$http實(shí)現(xiàn)百度搜索時(shí)的動(dòng)態(tài)下拉框示例
URL網(wǎng)址:http://chinadenli.net/article18/gjohgp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站內(nèi)鏈、做網(wǎng)站、靜態(tài)網(wǎng)站、用戶體驗(yàn)、外貿(mào)建站、響應(yīng)式網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)