拉sjhaliluya的数据库代码

package a;

import java.io.BufferedReader;
import java.io.File;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.net.URL;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;

public class Main {
	private static String[] s66 = { "创世记", "出埃及记", "利未记", "民数记", "申命记", "约书亚记", "士师记", "路得记", "撒母耳记上", "撒母耳记下", "列王纪上",
			"列王纪下", "历代志上", "历代志下", "以斯拉记", "尼希米记", "以斯帖记", "约伯记", "诗篇", "箴言", "传道书", "雅歌", "以赛亚书", "耶利米书", "耶利米哀歌",
			"以西结书", "但以理书", "何西阿书", "约珥书", "阿摩司书", "俄巴底亚书", "约拿书", "弥迦书", "那鸿书", "哈巴谷书", "西番雅书", "哈该书", "撒迦利亚书", "玛拉基书",
			"马太福音", "马可福音", "路加福音", "约翰福音", "使徒行传", "罗马书", "哥林多前书", "哥林多后书", "加拉太书", "以弗所书", "腓立比书", "歌罗西书", "帖撒罗尼迦前书",
			"帖撒罗尼迦后书", "提摩太前书", "提摩太后书", "提多书", "腓利门书", "希伯来书", "雅各书", "彼得前书", "彼得后书", "约翰壹书", "约翰贰书", "约翰叁书", "犹大书",
			"启示录" };

	public static void main(String[] args) {
		try {
			for (int k = 1; k <= 50; k++) {
				URL url = new URL("http://sj.haliluya.com/Genesis_1_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[0] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");
							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);

							}
						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}

		try {
			for (int k = 1; k <= 40; k++) {
				URL url = new URL("http://sj.haliluya.com/Exodus_2_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[1] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}

		try {
			for (int k = 1; k <= 27; k++) {
				URL url = new URL("http://sj.haliluya.com/Leviticus_3_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[2] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 36; k++) {
				URL url = new URL("http://sj.haliluya.com/Numbers_4_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[3] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 34; k++) {
				URL url = new URL("http://sj.haliluya.com/Deuteronomy_5_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[4] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 24; k++) {
				URL url = new URL("http://sj.haliluya.com/Joshua_6_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[5] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 21; k++) {
				URL url = new URL("http://sj.haliluya.com/Judges_7_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[6] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 4; k++) {
				URL url = new URL("http://sj.haliluya.com/Ruth_8_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[7] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 31; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Samuel_9_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[8] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 24; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Samuel_10_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[9] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 22; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Kings_11_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[10] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 25; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Kings_12_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[11] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 29; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Chronicles_13_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[12] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 36; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Chromicles_14_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[13] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 10; k++) {
				URL url = new URL("http://sj.haliluya.com/Ezra_15_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[14] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 13; k++) {
				URL url = new URL("http://sj.haliluya.com/Nehemiah_16_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[15] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 10; k++) {
				URL url = new URL("http://sj.haliluya.com/Esther_17_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[16] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 42; k++) {
				URL url = new URL("http://sj.haliluya.com/Job_18_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[17] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 150; k++) {
				URL url = new URL("http://sj.haliluya.com/Pshlms_19_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[18] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 31; k++) {
				URL url = new URL("http://sj.haliluya.com/Proverbs_20_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[19] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 12; k++) {
				URL url = new URL("http://sj.haliluya.com/Ecclesiastes_21_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[20] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 8; k++) {
				URL url = new URL("http://sj.haliluya.com/Song-of-Songs_22_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[21] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 66; k++) {
				URL url = new URL("http://sj.haliluya.com/Isaiah_23_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[22] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 52; k++) {
				URL url = new URL("http://sj.haliluya.com/Jeremiah_24_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[23] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 5; k++) {
				URL url = new URL("http://sj.haliluya.com/Lamentations_25_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[24] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 48; k++) {
				URL url = new URL("http://sj.haliluya.com/Ezekiel_26_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[25] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 12; k++) {
				URL url = new URL("http://sj.haliluya.com/Daniel_27_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[26] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 14; k++) {
				URL url = new URL("http://sj.haliluya.com/Hosea_28_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[27] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/Joel_29_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[28] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 9; k++) {
				URL url = new URL("http://sj.haliluya.com/Amos_30_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[29] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 1; k++) {
				URL url = new URL("http://sj.haliluya.com/Obadiah_31_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[30] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 4; k++) {
				URL url = new URL("http://sj.haliluya.com/Jonah_32_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[31] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 7; k++) {
				URL url = new URL("http://sj.haliluya.com/Micah_33_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[32] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/Nahum_34_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[33] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/HabaKKuk_35_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[34] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/Zephaniah_36_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[35] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 2; k++) {
				URL url = new URL("http://sj.haliluya.com/Haggai_37_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[36] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 14; k++) {
				URL url = new URL("http://sj.haliluya.com/Zechariah_38_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[37] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 4; k++) {
				URL url = new URL("http://sj.haliluya.com/Malachi_39_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[38] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 28; k++) {
				URL url = new URL("http://sj.haliluya.com/Matthew_40_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[39] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 16; k++) {
				URL url = new URL("http://sj.haliluya.com/Mark_41_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[40] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 24; k++) {
				URL url = new URL("http://sj.haliluya.com/Luke_42_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[41] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 21; k++) {
				URL url = new URL("http://sj.haliluya.com/John_43_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[42] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 28; k++) {
				URL url = new URL("http://sj.haliluya.com/Acts_44_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[43] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 16; k++) {
				URL url = new URL("http://sj.haliluya.com/Romans_45_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[44] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 16; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Corinthians_46_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[45] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 13; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Corinthians_47_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[46] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 6; k++) {
				URL url = new URL("http://sj.haliluya.com/Galatians_48_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[47] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 6; k++) {
				URL url = new URL("http://sj.haliluya.com/Ephesians_49_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[48] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 4; k++) {
				URL url = new URL("http://sj.haliluya.com/Philippians_50_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[49] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 4; k++) {
				URL url = new URL("http://sj.haliluya.com/Colossians_51_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[50] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 5; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Thessalonians_52_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[51] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Thessalonians_53_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[52] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 6; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Timothy_54_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[53] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 4; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Timothy_55_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[54] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/Titus_56_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[55] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 1; k++) {
				URL url = new URL("http://sj.haliluya.com/Philemon_57_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[56] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 13; k++) {
				URL url = new URL("http://sj.haliluya.com/Hebrews_58_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[57] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 5; k++) {
				URL url = new URL("http://sj.haliluya.com/James_59_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[58] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 5; k++) {
				URL url = new URL("http://sj.haliluya.com/1-Peter_60_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[59] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 3; k++) {
				URL url = new URL("http://sj.haliluya.com/2-Peter_61_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[60] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 5; k++) {
				URL url = new URL("http://sj.haliluya.com/1-John_62_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[61] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 1; k++) {
				URL url = new URL("http://sj.haliluya.com/2-John_63_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[62] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 1; k++) {
				URL url = new URL("http://sj.haliluya.com/3-John_64_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[63] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 1; k++) {
				URL url = new URL("http://sj.haliluya.com/Jude_65_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[64] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}
		try {
			for (int k = 1; k <= 22; k++) {
				URL url = new URL("http://sj.haliluya.com/Revelation_66_" + k + ".html");
				try (BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()))) {
					String s = "";
					int i = 0;
					while ((s = br.readLine()) != null) {

						if (i == 85) {
							String s2 = s.replaceAll("<ul class=\"jingRead\" id=\"song_list\">", "");
							String s3 = s2.replaceAll("</ul>", "");
							String s4 = s3.replaceAll("<li><span style='line-height:27px'>",
									"insert into t_HolyBible values ('" + s66[65] + "','" + k + "','");
							String s5 = s4.replaceAll("</li>", "");
							String s6 = s5.replaceAll("</span><p>", "','");
							String s7 = s6.replaceAll("<br/></p>", "\'\\);\n");

							try (FileWriter fw = new FileWriter("sql.txt", true)) {
								fw.write(s7);
								// System.out.println(s9);

							}

						}
						i++;
					}
				}
			}

		} catch (Exception e) {
			e.printStackTrace();
		}

	}
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值