我有一个启用Word宏的文档,该文档具有许多设置的文本框,这些文本框必须先完成,然后才能将其发送到许多电子邮件地址。我的问题是,这里的工人喜欢快捷操作所有内容,例如左手= L / H等。我正在进行的文档无法识别from discord.ext import commands
bot = commands.Bot('.')
bot.remove_command('help')
class ACog:
@commands.command(pass_context=True)
async def help(self, ctx, *args: str):
"""Shows this message."""
return await commands.bot._default_help_command(ctx, *args)
bot.add_cog(ACog())
bot.run('TKOEN')
或/
,文本框是免费的需要填写的文本框。当他们在所需的文本框中输入一个/或\或#时,该文档不知道该怎么做-就像它无法处理它们一样
{`如果ActiveDocument.ProtectionType <> wdNoProtection则 ActiveDocument.Unprotect“ Pass1” 如果结束
#