close

class Test
{
public static void main(String[] args)
{
int i=1;
for(i=1;i<=10;i++)
{
System.out.println(i);
}
}
}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 mgboy03517 的頭像
    mgboy03517

    mgboy03517的部落格

    mgboy03517 發表在 痞客邦 留言(0) 人氣()