<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>
function myfunction()
{
document.getElementById("demo").innerHTML = "亲爱的,我在听歌!";
}
</script>
</head>
<body>
<h1>My Wed Page</h1>
<p id="demo">你在干嘛?</p>
<button type="button" onclick="myfunction()">一定要点这里哟!</button> </body>
</html>

最新文章

  1. Redis配置文件redis.conf
  2. C++11智能指针读书笔记;
  3. NOIP 考前 数据结构复习
  4. 优秀的Markdown编辑器MarkdownPad2免费版使用全功能
  5. 关于ADO.NET的基本介绍
  6. hadoop中MapReduce中压缩的使用及4种压缩格式的特征的比较
  7. ServletContext当全局变量的使用
  8. SpringMVC项目接入Springfox实战遇到的问题集合
  9. iOS之UITableView带滑动操作菜单的Cell
  10. UVALive3516Exploring Pyramids(dp)
  11. linux 日志查看总结
  12. j2ee网站项目首页如何直接使用action
  13. 599. Minimum Index Sum of Two Lists
  14. 解决微信公众号授权登录和开放平台微信第三方应用授权登录获取到的用户Openid关联问题
  15. Windows10用fiddler抓包Android应用(解决手机设置代理后无法上网,设置只抓app包)
  16. MySQL复制表-SELECT INTO FROM
  17. hive vs hbase
  18. 【Ubuntu】PHP环境安装-phpstudy for linux版
  19. mint-ui Picker的使用
  20. 在UnrealEngine4中使用Google Protobuf

热门文章

  1. 性能优化之Java(Android)代码优化
  2. 09_IO流
  3. Hadoop2.0(HDFS2)以及YARN设计的亮点
  4. 【SAP BO】BOE 4.1版本新特性
  5. 关于jsp乱码问题的产生原因 及 解决方法。
  6. ACM 房间安排
  7. ACM 另一种阶乘问题
  8. Codeforces Beta Round #8
  9. URAL 1223. Chernobyl’ Eagle on a Roof
  10. 使用jQuery 的.on() 提交表单