摘要: 问:Java中形参的传递机制是什么?答:值传递。 public class TransferTest3{ public static void main(String args[]) { TransferTest3 test = new TransferTest3(); test.first(); 阅读全文
posted @ 2021-02-26 23:51 我tm爱死java了 阅读(45) 评论(0) 推荐(0)