|
@@ -60,14 +60,14 @@ public class piliang {
|
|
|
|
|
|
|
|
public static void addClaude(){
|
|
public static void addClaude(){
|
|
|
String filePath = "/Users/chenbiao/project/yhlxj/netflix-web/src/main/java/com/cyksj/web/util/claude.txt"; // 文件路径
|
|
String filePath = "/Users/chenbiao/project/yhlxj/netflix-web/src/main/java/com/cyksj/web/util/claude.txt"; // 文件路径
|
|
|
- AtomicInteger count = new AtomicInteger(214);
|
|
|
|
|
|
|
+ AtomicInteger count = new AtomicInteger(227);
|
|
|
try (BufferedReader reader = new BufferedReader(new FileReader(filePath))) {
|
|
try (BufferedReader reader = new BufferedReader(new FileReader(filePath))) {
|
|
|
String line;
|
|
String line;
|
|
|
while ((line = reader.readLine()) != null) {
|
|
while ((line = reader.readLine()) != null) {
|
|
|
String[] split = line.split("----");
|
|
String[] split = line.split("----");
|
|
|
String email = split[0];
|
|
String email = split[0];
|
|
|
String password = split[1];
|
|
String password = split[1];
|
|
|
- String rt = split[3];
|
|
|
|
|
|
|
+ String rt = split[2];
|
|
|
System.out.println(email);
|
|
System.out.println(email);
|
|
|
System.out.println(password);
|
|
System.out.println(password);
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|