- 授权协议: CCPL
- 开发语言: JavaScript
- 操作系统: 未知
- 软件首页: https://www.jwplayer.com/
- 软件文档: https://github.com/jwplayer/jwplayer/blob/master/README.md
- 官方下载: https://github.com/jwplayer/jwplayer.git
软件介绍
JW Player是世界上最流行的嵌入式媒体播放器,用于跨越浏览器和文件类型来进行无缝的视频播放。它能使开发者通过和视频的编程交互来创造出独特的用户体验。
示例:
// Create a jwplayer instance
jwplayer('my_video').setup({
file: '/uploads/example.mp4',
});
// Add a custom callback for when user pauses playback
jwplayer('my_video').on('pause', function(event) {
alert('Why did my user pause their video instead of watching it?');
});
Think Python
Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99
Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!
