摘要: 比如:string str="6>5";要的效果是:bool result=6>5方案一:命名空间:System.Data;DataTable dt = new DataTable();bool result= (bool)dt.Compute("","");dt.Compute(str, "");... 阅读全文
posted @ 2014-07-25 12:39 土豆哥 阅读(6021) 评论(0) 推荐(0)