"^d+$" //非负整数(正整数 + 0) "^[0-9]*[1-9][0-9]*$" //正整数 "^((-d+)|(0+))$&qu...
[c]Object syncObj = new Object();Hashtable htObj = new Hashtable;Thread thr1st = new Thread(new Th...