Meta's Wiki
检索
Home
»
Unix
» unix sys programming
Page Updated 2017-04-18 20:00:00
unix sys programming
文档状态:
编辑中....
Table of Contents
参数数组
参数数组
在shell中运行程序,shell将命令行参数解析成多个token(基于分隔符解析),构造成参数数组,传递给程序.