如果我有一个 pynotify.Notification 对象,例如:
n = pynotify.Notification('title', 'content', 'icon')
如何阅读标题(给出“标题”)、正文(给出“内容”)和图标(给出“图标”)?
如果我有一个 pynotify.Notification 对象,例如:
n = pynotify.Notification('title', 'content', 'icon')
如何阅读标题(给出“标题”)、正文(给出“内容”)和图标(给出“图标”)?