像这样的代码
<html> <head> <script type="text/javascript" src="path/to/script.js"></script> <!--other script and also external css included over here--> </head> <body> <form> <select name="users" onChange="showUser(this.value)"> <option value="1">Tom</option> <option value="2">Bob</option> <option value="3">Joe</option> </select> </form> </body> </html>
希望对您有帮助。…谢谢
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)