Open HZHCoder1990 opened 9 months ago
删除url64链接中的 \ 正则表达式报错 sed 's/\\\//g' 我修改为 sed 's/\\//g' 运行正确
sed 's/\\\//g'
sed 's/\\//g'
删除url64链接中的 \ 正则表达式报错
sed 's/\\\//g'
我修改为sed 's/\\//g'
运行正确