public class GsonTest { @Test public void test() { Scenery scenery = new Scenery(1, "天壇公園", "北京"); // Javabean 轉換成json 字串// 建立 ...
確定! 回上一頁