摘要:
#!/bin/bash funWithParam(){ echo "scname:$0" echo "The value of the first parameter is $1 !" echo "The value of the second parameter is $2 !" echo "The value of the 100th parameter is... 阅读全文
posted @ 2017-03-21 09:57
薛晓东
阅读(245)
评论(0)
推荐(0)