package Controller; public class TranslationStr { public String HtmltoStr(String newText) { // newText = newText.replace("\n", "<br>"); //textBox里的换行是 Read More
1、forEach List list = new ArrayList<String>(); list.add("small"); list.add("sun"); list.add("shine"); list.add("small001"); list.add("small002"); list Read More