当前位置:网站首页>File links cannot be opened or downloaded in Google browser
File links cannot be opened or downloaded in Google browser
2022-07-03 06:52:00 【God】
Link is not HTTPS Of , Think it's not safe , Replace with https That's all right.
// Open or download files
function openFile(extension,file_url){
let replace = file_url.replace('http:','https:');
window.open(replace)
}
边栏推荐
- 多个全局异常处理类,怎么规定执行顺序
- 爬虫代码基础教学
- Floating menu operation
- Notes on the core knowledge of Domain Driven Design DDD
- Local rviz call and display of remote rostopic
- Operation principle of lua on C: Foundation
- Reading notes of "learn to ask questions"
- [LeetCode]404. 左叶子之和
- Personally design a highly concurrent seckill system
- Learning notes -- principles and comparison of k-d tree and IKD tree
猜你喜欢
数值法求解最优控制问题(一)——梯度法
Selenium - by changing the window size, the width, height and length of different models will be different
[5g NR] UE registration process
Golang operation redis: write and read kV data
这两种驱蚊成份对宝宝有害,有宝宝的家庭,选购驱蚊产品要注意
Local rviz call and display of remote rostopic
These two mosquito repellent ingredients are harmful to babies. Families with babies should pay attention to choosing mosquito repellent products
Ruoyi interface permission verification
机器学习 | 简单但是能提升模型效果的特征标准化方法(RobustScaler、MinMaxScaler、StandardScaler 比较和解析)
多个全局异常处理类,怎么规定执行顺序
随机推荐
[leetcode] day93 - intersection of two arrays II
In depth analysis of reentrantlock fair lock and unfair lock source code implementation
Yolov3 learning notes
SSH link remote server and local display of remote graphical interface
Software testing assignment - day 1
opencv
Abstract learning
每日刷題記錄 (十一)
The 10000 hour rule won't make you a master programmer, but at least it's a good starting point
RestHighLevelClient获取某个索引的mapping
Practice of enterprise ab/testing platform
Climb movie paradise 2021 hot
EasyExcel
golang操作redis:写入、读取hash类型数据
SQL implementation merges multiple rows of records into one row
pytorch练习小项目
Journal quotidien des questions (11)
Simple password lock
【无标题】
ROS+Pytorch的联合使用示例(语义分割)