📄 071-yahoowstest.py
字号:
import urllib, json, appuifw, timeURL = "http://developer.yahooapis.com/TimeService/V1/" +\ "getTime?appid=MobilePython&output=json"output = json.read(urllib.urlopen(URL).read())print "Yahoo response: ", outputtstamp = int(output["Result"]["Timestamp"])appuifw.note(u"Yahoo says that time is %s" % time.ctime(tstamp))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -