批量(文件名)HTML文件转化成jsp文件

for /R %i in (*.html) do ren "%i" *.jsp

原文地址:https://www.cnblogs.com/1446358788-qq/p/4783432.html