首页 > 代码库 > 简便计算器

简便计算器

string str=textBox1.Text;
object bs = new DataTable().Compute(str, null);
textBox1.Text =bs.ToString();