码迷,mamicode.com
首页 > 其他好文 > 详细

Intellij IDEA15: 带着参数 运行

时间:2017-08-07 10:05:52      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:jsb   .net   nts   ted   water   img   color   pac   text   

package main.scala  
  
/**  
  * Created by silentwolf on 2016/5/24.  
  */  
object FileIO {  
  
  def main(args: Array[String]) {  
  
    if (args.length != 2) {  
      System.err.println("Usage: FileIO <sourcePath> <desPath>")  
      System.exit(1)  
    }  
  
    val Array(sourcePath,desPath) = args  
  
    println("第一个参数:"+sourcePath)  
  
    println("第二个参数:"+desPath)  
  
  }  
  
}  

 

 

 

技术分享

技术分享   技术分享

Intellij IDEA15: 带着参数 运行

标签:jsb   .net   nts   ted   water   img   color   pac   text   

原文地址:http://www.cnblogs.com/ShaYeBlog/p/7297460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!