HTML,一个文本输入框,一个提交按钮。输入文本内容,按提交后传给一个function去执行,这个怎么实现啊。
1个回答
展开全部
<html> <head> <title> New Document </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <script> function test(){ alert('执行函数!'); } </script> </head> <body> <input id="personName" type="text" name="xiaohao"/> <input type="button" name="button" value="点我" onClick="test();"/> </body> </html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询