JavaScript--处理DOM

来源:互联网 发布:能飞英语口语软件 编辑:程序博客网 时间:2024/06/06 09:07
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>标题JavaScript处理DOM事件</title><script type="text/javascript">function hello(){alert("why do you click here?");}</script></head><body><input type="button" value="click here!" onclick="hello()"/></body></html>



0 0
原创粉丝点击