可以自己做个命令窗口,几行代码:
Functions.remove("Sum")Functions.Add("Sum",e.Form.Controls("TextBox1").Value)Functions.Complie()Dim s As String = Functions.Execute("Sum")If s > "" Then MessageBox.show("执行结果:" & s)End If
这个功能太单一,狐表的命令窗口,在发布后的项目上,功能又过于强大,不便开放。