set str1=%1
set str2=%2str1和str2是两个传入的变量:如str1=\helloabcd, str2=\hello
怎么把str1包含的str2字符去掉?如只剩下abcd