1
This commit is contained in:
@@ -1001,7 +1001,7 @@ public class JDUtils {
|
||||
order = order.replace("转链", "");
|
||||
String[] split = order.split("\r\n");
|
||||
for (String s : split) {
|
||||
content.append("https://item.jd.com/").append(s).append(".html").append("\r\n");
|
||||
content.append("https://item.jd.com/").append(s.trim()).append(".html").append("\r\n");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user