Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Python 脚本和 skype4py 发送聊天消息,但未发送。
import Skype4Py import sys skype = Skype4Py.Skype() skype.Attach() user = 'user1' message = 'Build is successful.' skype.SendMessage(user, message)
您可以看到消息没有送达,它只是显示圆圈。 消息加载图片