W3School TIY
脚 本 学 堂 www.jbxue.com
编辑您的代码:
<html> <body> <script type="text/javascript"> function sayHi(sName, sMessage) { alert("Hello " + sName + sMessage); } sayHi("David", " Nice to meet you!"); </script> </body> </html>
查看结果: