📄 102-searchlistcomph.py
字号:
import inbox, appuifwbox = inbox.Inbox()query = appuifw.query(u"Type in the query", "text")hits = [sms_id for sms_id in box.sms_messages()\ if box.content(sms_id).find(query) != -1]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -