52,793
社区成员




<html>
<head>
<script src="MicrosoftAjax.js" type="text/javascript"></script>
<script src="JSHelper.js" type="text/javascript"></script>
<script src="TestException.js" type="text/javascript"></script>
<style>
#btnShowException,#btnClearException{display:none;float:left;}
</style>
</head>
<body>
<input id="btnTestException1" type="button" value="未处理的异常" />
<input id="btnTestException2" type="button" value="已处理的异常" />
<input id="btnTestException3" type="button" value="自动化测试" />
<span id="lblResult"></span>
<br/>
<input id="btnShowException" type="button" value="显示异常信息" />
<input id="btnClearException" type="button" value="清除异常信息" />
</body>
</html>