求一asp:RegularExpressionValidator的正则表达式,形式是localhost、数字ip(如127.0.0.1, 60.12.78.8)、xxx.yourdoman.xxx 这几种形式
nbjed 2008-08-22 09:09:05 求一asp:RegularExpressionValidator的正则表达式,形式是localhost、数字ip(如127.0.0.1, 60.12.78.118)、xxx.yourdoman.xxx 这几种形式
RegularExpressionValidator的这种正则表达式如何写?求