""" 发送消息"Hello World!"给文件传输助手 """ import itchat itchat.login() itchat.send("Hello World!", "filehelper")