发代码用“代码框”,在表情左边!!这格式能看?
并且注意发帖前用“预览”功能检查一下代码格式缩进是否正确。

解决方案 »

  1.   

    for (int i=0 ;i<buffer.length ;i++){
    String str = Integer.toHexString(buffer[i] & 0xFF);
    result = str.toUpperCase() + "\t "; if(( i + 1) % 16 == 0)
    result += "\n";
    System.out.print(result);  }把空格换成result = str.toUpperCase() + "\t ";
      

  2.   


    谢谢提醒,我刚刚接触还不懂呢,现在知道了呢~
      

  3.   

    谢谢~按照你的修改格式正确了呢,,
      

  4.   

    谢谢~按照你的修改格式正确了呢,,
    嗯,你应该在学基础吧,作为过来人,基础一定要打扎实,基础的强弱会影响到你后期能走多远、、、