input="http://aa:bbb@192.168.1.1/"
escaped_input=$(echo "$input" | sed 's///\//g')
echo ${escaped_input}

标签: none

相关问题

添加新评论