- 浏览: 6380 次
- 性别:
- 来自: 北京
最近访客 更多访客>>
文章列表
调了整整一天,加上alert(),程序正常进行,不加则程序不正常,最后加上setTimeOut().搞定,痛苦啊!
<html>
<head>
<script type="text/javascript">
var patrn=/^[A-Za-z0-9\(\)_\-\u4e00-\u9fa5]+$/;
alert(patrn.test("中国人民万岁"));
</script>
</head>
<body>
</body>
</html>
select *from 表名 as of timestamp sysdate-分钟/1440 where 条件