AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# PluginExtension.ReplaceVariable 方法\[已过时\] ## 已过时 ~~~ 请使用PluginExtension.ReplaceVariable(this MessageEventArgs e, string message, bool autoat = false) ~~~ ## 注释 ~~~ 替换变量 ~~~ ## 语法 ~~~ public static string ReplaceVariable( this Plugin plugin, MessageEventArgs e, string message, //内容 bool autoat = false //是否自动@); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | plugin | | | e | | | message | 内容 | | autoat | 是否自动@ |