The expression ${parameter:-default} will expand to the value of the parameter named parameter - but if that value is not set, then the value default is used.
確定! 回上一頁