2015-09-30 152 views

回答

0

你可以試試這個:

<script type="text/javascript"> 
window.onload = function(){ alert("Hi there"));} 
</script> 

<script type="text/javascript"> 
alert("Hello world"); 
</script> 
+0

我想在jsp中顯示一個HTML頁面作爲警報消息。 –