void Main()
{
    string exp="1+2*3+(2+4)*3-23+23-4/2";
    new DataTable().Compute(exp,null).Dump();

    Microsoft.JScript.Vsa.VsaEngine ve =     Microsoft.JScript.Vsa.VsaEngine.CreateEngine();
    (Microsoft.JScript.Eval.JScriptEvaluate(exp, ve)).Dump();

    //IronPython 

}

 

相关文章:

  • 2019-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-07-30
  • 2023-02-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-05-22
  • 2021-10-16
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案