//一个双引号 " \" " //输出 {"phone":"110"} String number = "110"; System.out.println("{\"phone\":\"" + number +"\"}");