⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 071-yahoowstest.py

📁 this code is used for edit on os of s60
💻 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 + -