2019年11月4日
摘要: 抓出来的包可以导入wireshark分析 以上代码曾经在ios越狱机器上使用,用于抓包,具体也记不起来了 导入wireshark效果 阅读全文
posted @ 2019-11-04 20:24 你不知道的浪漫 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 其他参考:https://stackoverflow.com/questions/53876757/how-to-change-the-pitch-with-javascript 阅读全文
posted @ 2019-11-04 14:09 你不知道的浪漫 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 音量50% $("#volume").change(function(){ var volume = $(this).val(); $("#volumeLabel").text("x"+volume+"%"); }); var player = videojs('example-video... 阅读全文
posted @ 2019-11-04 11:58 你不知道的浪漫 阅读(6689) 评论(0) 推荐(0) 编辑
摘要: 参考来源: https://stackoverflow.com/questions/19112255/change-the-video-playback-speed-using-video-js 阅读全文
posted @ 2019-11-04 11:07 你不知道的浪漫 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: /*** * 讲笑话函数(调试用) * @param callback 回调函数 */ function randomText(callback) { var result =''; $.ajax({ type:"get", url:"http://www.mxnzp.c... 阅读全文
posted @ 2019-11-04 09:15 你不知道的浪漫 阅读(343) 评论(0) 推荐(0) 编辑