摘要: github地址:https://github.com/videojs/video.js 引入:declare var videojs: any <video id="my-player" class="video-js vjs-default-skin vjs-big-play-centered" 阅读全文
posted @ 2021-05-11 15:13 秦笑 阅读(1520) 评论(0) 推荐(0)
摘要: HTTPS页面里动态的引入HTTP资源 , .在HTTPS页面里通过AJAX的方式请求HTTP资源,报错 在head中加入 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> 意思是自动将ht 阅读全文
posted @ 2021-05-11 15:00 秦笑 阅读(544) 评论(0) 推荐(0)