JavaScrip正则表达式最简单应用
<. LANGUAGE=".">
var str="123";
if(/[0-9]/.test(str))alert("sb");
</.>