一个博客中看到一个比较好的功能,能够显示时间日期以及地区天气情况:

显示时间日期以及地区相关的天气情况插件

主要代码:

 
<div class="welcome-info" style="margin-left: 20px;">
            <div><span ></span></div>
        </div>
        <script type="text/javascript">
            $('#weather').leoweather({ format: '{时段}好!,<span > {天气} </span>{夜间气温}℃ ~ {白天气温}℃' });
        </script>

  

引用的js地址 :  weather.js

相关文章:

  • 2022-02-01
  • 2021-12-01
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案