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