jsp中java代码的输出,Java控制台输入,输出!-JSP教程,Java技巧及代码

/* * created on 2005-4-5

* * todo to change the template for this generated file go to

* window – preferences – java – code style – code templates

*/

import java.io.bufferedreader;

import java.io.ioexception;

import java.io.inputstreamreader;

/**

* @author zhangql

*

* todo to change the template for this generated type comment go to

* window – preferences – java – code style – code templates

*/

public class enterconsole

{

public static void main(string[] args) throws ioexception

{

enterconsole enterconsole = new enterconsole();

enterconsole.printconsolechar();

}

/**

* 从控制对接收一行字符串,然后输出到控制台

* @throws ioexception

*/

public void printconsoleline() throws ioexception

{

bufferedreader br = new bufferedreader(new inputstreamreader(system.in));

string str = null;

system.out.println("enter your value:");

str = br.readline();

system.out.println("your value is :"+str);

}

/**

* 从控制台接收一个字符

* 然后打印到控制台上

* @throws ioexception

*/

public void printconsolechar() throws ioexception

{

system.out.print("enter a char:");

char i = (char) system.in.read();

system.out.println("your char is :"+i);

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值