求救!為什么我運行不出結果?
?package com.imooc; public class InitalTelphone { public static void main(String[] args) { // TODO Auto-generated method stub Telphone phone=new Telphone(); phone.sendMessage(); } }
?package com.imooc; public class InitalTelphone { public static void main(String[] args) { // TODO Auto-generated method stub Telphone phone=new Telphone(); phone.sendMessage(); } }
2015-11-26
舉報
2015-11-29
問題不詳細,類Telphone中,sendMessage方法寫了System.out.print();輸出