代码示例: <html> <head> <mce:script type="text/javascript"><!-- function timedMsg(){ var t=setTimeout("alert('5 seconds!')",5000) } // --></mce:script> </head> <body> <form> <input type="button" value="点击我" onClick="timedMsg()"> </form> </body> </html>