返回列表 發帖
  1. package fox1;

  2. public class Fox01
  3. {
  4.         public static void main(String[] args)
  5.         {
  6.                
  7.                 fox();
  8.         }
  9.         static void fox()
  10.         {
  11.                 System.out.print("fox=f(x)=ax+b");
  12.         }
  13. }
複製代碼

TOP

返回列表