<!DOCTYPE html>
<html>
<body>
<%
设置 x=CreateObject("vbscript.regexp")
response.write(IsObject(x))
%>
</body>
</html>