扫码关注官方订阅号
file://http:192.168.1.14:9001/Static.....pngfile:// 用正则或者其他方法去掉
闭关修行中......
你要去掉什么, 去掉之前的和去掉之后的, 你都列出来.
var str = 'file://http:192.168.1.14:9001/Static.....pngfile:'; str = str.replace(/\/\//, ''); console.log(str);
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
你要去掉什么, 去掉之前的和去掉之后的, 你都列出来.