137138139140141142143144145146
String s = "hello,renderByPosition!"; int i = 100; Author a = new Author(); a.name = "author1"; Author2 a2 = new Author2(); a2.name = "author2"; renderJapid(s, i, a, a2, a2); }
144145146147148149150151152153
129130131132133134135136137138