Reading entire html file to String?

后端 未结 7 1073
没有蜡笔的小新
没有蜡笔的小新 2020-12-05 09:56

Are there better ways to read an entire html file to a single string variable than:

    String content = \"\";
    try {
        BufferedReader in = new Buff         


        
7条回答
提交回复
热议问题