摘要:
开始尝试angular5,在此记录下踩过的坑以备查询 1.按照element-angular的文档引入后报错 is not part of the compilation output。解决方法--在配置文件tsconfig.json中添加配置: 2.每当回车另起一行后webstorm中有报错的红色 阅读全文
摘要:
Player 当使用任何Video.js设置方法初始化视频时,将创建Player类的实例。 创建实例后,可以通过两种方式在全局访问: 调用videojs('example_video_1');直接通过videojs.players.example_video_1使用它; 构造函数 new Playe 阅读全文