<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.div2{
width: 500px;
height: 500px;
background: #87CEEB;
}
</style>
</head>
<body>
<video width="600" height="" src="img/shiping.mp4" poster="img/timg.jpg" controls="controls"></video>
<button>播放</button>
<button class="fullscreen">全屏</button>
<img src="img/timg.jpg"/>
<div class="div2">
<h1>wxihuanni</h1>
</div>
<script type="text/javascript">
var v1=document.querySelector('video')
document.querySelector('button').onclick=function(){
v1.play()
}
document.querySelector('.fullscreen').onclick=function(){
v1.webkitRequestFullScreen()
}
document.querySelector('img').onclick=function(){
document.querySelector('img').webkitRequestFullScreen()
}
document.querySelector('.div2').onclick=function(){
document.querySelector('.div2').webkitRequestFullScreen()
}
</script>g
</body>
</html>

最新文章

  1. mysql default unix_timestamp(now())
  2. 【深度分享】千团大战:看今天商业WiFi乱局及其破解之道
  3. 英雄联盟网络测速 v1.3 全服全区取延时+取服务器维护状态+机房地理位置
  4. Kotlin语法(类和对象)
  5. Ecshop商品详情页显示当前会员等级价格
  6. [PE结构分析] 9.导出表 IMAGE_EXPORT_DIRECTORY
  7. C#多线程交替赋值取值
  8. HDU5046 Airport dancing links 重复覆盖+二分
  9. Quartz Sheduler 入门
  10. codeforces 546B
  11. java的for循环问题的解决,以及安卓中ListView插入数据的问题
  12. 安装oracle后,Tomcat 登陆 localhost 要求用户名和密码
  13. Learning ROS for Robotics Programming Second Edition学习笔记(五) indigo computer vision
  14. 从Node到Go的心路之旅
  15. 如何获取Azure AD tenant的tenant Id?
  16. docker容器里设置中文时区
  17. Alsa aplay S8 U8 S16_LE S16_BE U16_LE U16_BE格式
  18. [Bayes] Latent Gaussian Process Models
  19. 基于iOS用CoreImage实现人脸识别
  20. ssh免输入密码登录

热门文章

  1. Python学习笔记整理总结【Django】:Form组件
  2. redis分布式锁-基本概念与实现方式对比
  3. ubuntu13 eclipse菜单栏失效解决
  4. .Net Core 商城微服务项目系列(三):Ocelot网关接入Grafana监控
  5. Linux——服务器版本安装 (VMware)
  6. Currying 及应用
  7. 设置Activity全屏的方法:
  8. Nginx常用命令,解决你日常运维的烦恼
  9. Linux-rhel-server-7.4-Mysql-5.7安装记录
  10. 注册中心nacos完整部署及与eureka区别