javascript - file://\http:192.168.1.14:9001/Static.....png
阿神
阿神 2017-04-11 12:14:44
0
1
2584

file://http:192.168.1.14:9001/Static.....png
file:// 用正则或者其他方法去掉

阿神
阿神

闭关修行中......

répondre à tous(1)
大家讲道理

你要去掉什么, 去掉之前的和去掉之后的, 你都列出来.

var str = 'file://http:192.168.1.14:9001/Static.....pngfile:';
str = str.replace(/\/\//, '');
console.log(str);
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!