ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的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 | 是否自动@ |