美文网首页
中国天气预报调用方法

中国天气预报调用方法

作者: 疯泽清 | 来源:发表于2021-01-22 15:31 被阅读0次

    功能:记录下调用天气接口的方法
    中国天气https://cj.weather.com.cn/plugin/index

    微信图片_20210122152508.png

    <div id="weather-v2-plugin-simple" />

    在mounted中复制中国天气提供的代码进去
    window.WIDGET = {
    CONFIG: {
    'modules': '01234',
    'background': 1,
    'tmpColor': 'FFFFFF',
    'tmpSize': 16,
    'cityColor': 'FFFFFF',
    'citySize': 16,
    'aqiSize': 16,
    'weatherIconSize': 24,
    'alertIconSize': 18,
    'padding': '10px 10px 10px 10px',
    'shadow': '1',
    'language': 'auto',
    'borderRadius': 5,
    'city': 'CN101010100',
    'fixed': 'false',
    'vertical': 'middle',
    'horizontal': 'center',
    'key': '7b8CMHqKLf'
    }
    }
    const script = document.createElement('script')
    script.type = 'text/javascript'
    script.src = 'https://apip.weatherdt.com/simple/static/js/weather-simple-common.js?v=2.0'
    document.getElementsByClassName('everyDays-wrap')[0].appendChild(script)

    相关文章

      网友评论

          本文标题:中国天气预报调用方法

          本文链接:https://www.haomeiwen.com/subject/eooszktx.html