请教一个关于sql查询的问题
select count(*) from bookseller where sell limit 5;我的本意...
作者 yhq258 发布于 2003-08-02 分类:php基础编程
我要用js来检测一串数字的前两位是否为13,应该怎样写正规表达式?
逛论坛交流:请教正规式
无语
<script>
function reg(){
/^13d*$/.test(str.value)?alert("正确"):alert("错误");
}
</script>
谢谢
2 条回复
回复