Exception: 解析表达式出错。
内部错误:Unexpected parser end with unresolved token left ")" at position 175 near ");".
原始表达式:string context = v_input.Replace(",", " ")
.Split(new[] {'\r', '\n'}, StringSplitOptions.RemoveEmptyEntries)
.JoinToString(",");
Clipboard.SetText($"POLYGON (({context}))"));
开始位置:175
附近代码:);
StackTrace:
在 Quicker.Domain.Actions.X.XActionHelper.GetValueFromExpression2(String expression, ActionExecuteContext context)
在 Quicker.Domain.Actions.X.XActionHelper.<>c__DisplayClass2_3.Y0cA3ZescsV()
在 A7aeLQvkOp0WI11VorO.lbL9VMvUfBYVBcUvuPD.<>c__DisplayClass3_0.Y688NSJeBgu()
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()