一个有用的code,判断用户给的参数(UserEnterFile)是否存在,如果不存在则用(EnterNothing)作为默认值
filename=${UserEnterFile:-"EnterNothing"}
本文出自 “7995400” 博客,请务必保留此出处http://8005400.blog.51cto.com/7995400/1913192
判断参数并赋予默认值
原文:http://8005400.blog.51cto.com/7995400/1913192