014-smsinbox.py
来自「this code is used for edit on os of s60」· Python 代码 · 共 9 行
PY
9 行
import inbox, appuifwbox = inbox.Inbox()for sms_id in box.sms_messages()[:5]: msg = box.content(sms_id) appuifw.note(msg)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?