案例:javascript案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<body>
3
4
<script type="text/javascript">
5
var str = "Visit W3xue.com";
6
var patt1 = new RegExp("s","g");
7
8
if(patt1.global)
9
  {
10
  document.write("Global property is set");
11
  }
12
else
13
  {
14
  document.write("Global property is NOT set.");
15
  }
16
</script>
17
18
</body>
19
</html>

 运行结果 
 北美留学生论坛