介紹:使用 getweather(city)方法:city-直接輸入全國大中小城市及國外中城市中文名
例: public sub getwopweather(byval city as string)
dim s as string
trydim weat as new localhost.weather
s = weat.getweather(city)
if s.indexof("沒有查到相關結果") > -1 then
else
s = s.replace("圖1==", "= s.replace(",圖2==", ">= s.replace(",天氣", ">,天氣")
s = s.replace(",", "
").replace("==", ":")
end if
catch ex as exception
s = "提供天氣資料的網路不通,請稍後再試"
end try
response.write(s)
end sub
介紹:使用 getmobilearea(mobilecode) mobilecode-手機號碼或前7位
介紹:使用 getiparea(ip)方法返回ip所在地,使用addiprange(startip,endip,areainfo)增加新的ip位址資訊,使用 iptoint 和 inttoip可對ip位址從字串到整型的互相轉換.
介紹:使用 chengyudiangu(chengyu)方法,引數為成語或成語的拼音縮寫。如返回多個成語以*_*分隔
幾個實用的linux命令
檢視當前登入的賬戶 who am ifree 顯示記憶體狀態用法 free m s m 表示記憶體的狀態用 m 為單位來表示,s 表示重新整理的時間間隔,秒為單位 示例 free m s 3mount a a mount allfilesystems of the given types menti...
幾個實用的mysql指令碼
1 修改資料庫中所有表的某個同名字段列 create procedure 儲存過程名 begin 定義迴圈條件 declare flag int default 0 儲存表名 declare tname varchar 50 查詢資料庫super star中含有school code列的表,如果區分...
php 幾個比較實用的函式
最近在看 發現以下是幾個比較實用的函式。1,取客戶端ip 檢視複製列印?這裡,如果使用多級 的使用者,真實ip是取不到的。2,字串擷取,支援中文 檢視 複製列印?function getstrtruncate string length 80,etc str c return str etc els...