071-yahoowstest.py

来自「this code is used for edit on os of s60」· Python 代码 · 共 13 行

PY
13
字号
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 + =
减小字号Ctrl + -
显示快捷键?