51help TIY
码:
<html> <head> <script type="text/javascript"> function myfunction(txt) { alert(txt) } </script> </head> <body> <form> <input type="button" onclick="myfunction('您好!')" value="调用函数"> </form> <p>参数。</p> </body> </html>
查看结果: