Loading...
sudo apt-get install ttf-wqy-microhei
一、校验数字的表达式数字:^[0-9]*$ n位的数字:^\d{n}$ 至少n位的数字:^\d{n,...