作者lichou (我是苹果猴)
看板Ruby
标题[问题] require 'getopts'用法
时间Thu May 3 11:25:40 2007
最近看到一段程式码
require 'getopts'
getopts "dv","p:2000", "c:",....
host = $OPT_v
port = $OPT_p
想请较各位一下
这个 getopts 是在 对应变数的吗???
实在是稿不清楚它的用法
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.92.61.117
2F:推 godfat:Warning: getopts is deprecated after Ruby 1.8.1; use op 05/03 18:21
3F:→ godfat:use optparse instead.# this is obsolete; use getoptlong 05/03 18:21