摘要:
相关链接:http://topic.csdn.net/t/20051227/16/4484337.html Regex regex = new Regex(@" ^ (?#匹配开头) [-+]? (?#开头可以出现正负号) ([0-9]+($|[-+*/]))* (?#可选数-符号-数-符号-……-数-符号或结尾) ( ( (?\() (?#左括号,保存到o名字下) [-+]?... 阅读全文
posted @ 2008-09-27 23:34
netcorner
阅读(716)
评论(0)
推荐(0)