Exception:解析表达式出错。
内部错误:Unexpected parser end with unresolved token left "}" at position 197 near "}".
原始表达式:// 获取来自 Quicker 的变量 (假设变量名为 text_to_copy)
string txt = _context.GetVarValue("match1").ToString();
if (!string.IsNullOrEmpty(txt))
System.Windows.Forms.Clipboard.SetDataObject(txt, true);
}
开始位置:197
附近代码:}