byte[] buf = new byte[1024]; String a = "ABCDEFG"; int b =10; long c=200; boolean d=false; 怎样把这里的a,b,c,d依次全部写到buf中啊? 问题点数:100、回复次数:8Top