记得上下班打卡 | git大法好,push需谨慎

Commit 177bcb73 authored by 胡佳晨's avatar 胡佳晨

舞台英文名 小程序过滤英文名

parent 9073ae9c
...@@ -175,7 +175,10 @@ public class SweetAppletController { ...@@ -175,7 +175,10 @@ public class SweetAppletController {
} }
} }
} }
try {
item.setTitle(item.getTitle().split("&")[0]);
}catch (Exception e){
}
returnArtist.add(item); returnArtist.add(item);
} }
} }
......
...@@ -166,7 +166,10 @@ public class SweetAppletMdskController { ...@@ -166,7 +166,10 @@ public class SweetAppletMdskController {
} }
} }
} }
try {
item.setTitle(item.getTitle().split("&")[0]);
}catch (Exception e){
}
returnArtist.add(item); returnArtist.add(item);
} }
} }
......
...@@ -163,7 +163,10 @@ public class SweetAppletTFCController { ...@@ -163,7 +163,10 @@ public class SweetAppletTFCController {
} }
} }
} }
try {
item.setTitle(item.getTitle().split("&")[0]);
}catch (Exception e){
}
returnArtist.add(item); returnArtist.add(item);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment