您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. tempexe.exe

  2. name=input("请输入所在城市名") import urllib.request as r url='http://api.openweathermap.org/data/2.5/weather?q=qian&mode=json&units=metric&lang=zh_cn&APPID=6a67ed641c0fda8b69715c43518b6996' data=r.urlopen(url).read().decode('utf-8') import json data=json.lo
  3. 所属分类:软件测试