1. 程式人生 > >心知天氣網頁調用源碼

心知天氣網頁調用源碼

weather spa ini element 天氣 page fun -c load

最近給我的博客新加了天氣預報功能,這裏給出心知天氣網頁調用的源碼。

 1 <script>(function(T,h,i,n,k,P,a,g,e)
 2 {
 3     g=function()
 4     {
 5         P=h.createElement(i);
 6         a=h.getElementsByTagName(i)[0];
 7         P.src=k;
 8         P.charset="utf-8";
 9         P.async=1;
10         a.parentNode.insertBefore(P,a)
11 }; 12 T["ThinkPageWeatherWidgetObject"]=n; 13 T[n]||(T[n]=function() 14 { 15 (T[n].q=T[n].q||[]).push(arguments) 16 }); 17 T[n].l=+new Date(); 18 if(T.attachEvent) 19 { 20 T.attachEvent("onload",g) 21 } 22 else 23 { 24 T.addEventListener("load",g,false
) 25 } 26 }(window,document,"script","tpwidget","//widget.seniverse.com/widget/chameleon.js"))</script> 27 <script>tpwidget("init", 28 { 29 "flavor": "bubble", 30 "location": "WX4FBXXFKE4F", 31 "geolocation": "enabled", 32 "position": "bottom-right", 33 "margin": "10px 10px", 34 "language": "zh-chs",
35 "unit": "c", 36 "theme": "chameleon", 37 "uid": "U0DA2DC492", 38 "hash": "2a7b6e648b71691b7b1bbbd45c8e0e53" 39 });

心知天氣網頁調用源碼