Java/英语:求外语帝解释这里的in

问题描述:

Java/英语:求外语帝解释这里的in
As customary in
programming tradition,here is an example illustrating the simplest way to
output "Hello world" using SLF4J.It begins by getting a logger with
the name "HelloWorld".This logger is 【in turn】 used to log the message
"Hello World".
import
org.slf4j.Logger;
import
org.slf4j.LoggerFactory;
public class
HelloWorld {
public static void main(String[] args) {
Logger logger =
LoggerFactory.getLogger(HelloWorld.class);
logger.info("Hello World");
}
}
1个回答 分类:英语 2014-10-26

问题解答:

我来补答
轮流,依次
 
 
展开全文阅读
剩余:2000
下一页:奇偶性的应用。