vue之天氣查詢

2021-09-29 22:55:57 字數 670 閱讀 2649

天津武漢

杭州南昌

深圳南寧

data:,

methods:

var that = this;

axios.get(""+this.city)

.then(function(response))

.catch(function(error))

},changecity:function(city)

}})

說明:'v-text="message" '   //一般的字元等;

'v-html="}"'  //和v-text功能差不多,可以解析html標籤;

'v-on' //為元素繫結事件,v-on="clickt", 簡寫: @click="clickt";

'@dblclick="doit"' //雙擊事件

'v-show=true' //根據條件判斷是否顯示;

'v-if' //條件判斷是否顯示//如果頻繁使用,使用'v-show';

'v-bind:scr="http:"' //設定元素屬性, 簡寫  :scr="http:"

'@keyup.enter=click' //鍵盤回車鍵事件;

'v-model="message"' // 雙向繫結   輸入框的資料會被賦值給message; 

python天氣查詢 python天氣查詢

主要通過字典查詢全國各地主要城市天氣情況 from urllib.request import urlopen from bs4 import beautifulsoup import re citylist main 全國主要城市 北上廣深,華北,東北,華南,西北,西南,華東,華中,def cit...

python網頁爬蟲之天氣查詢

這是用python寫的天氣查詢 可用。這裡用的是和風天氣的介面 參考 我用的城市資料 將城市資料存放本地 jsons import pickle pickle file open city data.pkl wb pickle.dump jsons,pickle file pickle file.c...

vuejs小例子之天氣查詢

看乙個例子 html head script src script script src script head body div id input type text v model city keyup.enter getweathers button click getweathers 查詢 ...