try { } catch (Exception e) { %> alert("<%=e.getMessage()%>"); <% } %> parent.window.location.reload(); <%. 這樣的話可以正常alert,但不管有無Exception ...
確定! 回上一頁