科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道BeanShell 在人工测试与管理中的应用

BeanShell 在人工测试与管理中的应用

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

本文将为大家介绍BeanShell 在人工测试与管理中的应用。

作者:Mark 来源:CSDN 2008年2月28日

关键字: java 管理 BeanShell

  • 评论
  • 分享微博
  • 分享邮件

在本页阅读全文(共3页)

1.2.静态Java代码与动态Java代码的组合使用。

public static void main(String[] args) throws Throwable {

Reader in = new InputStreamReader( System.in );

PrintStream out = System.out;

PrintStream err = System.err;

boolean interactive = true;;

bsh.Interpreter i = new Interpreter( in, out, err, interactive );


//show a dialog for user to input command.

String command = JOptionPane.showInputDialog( "Input Command(s)" );

i.eval( command );//Run the command

}

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章