一个有用的code,判断用户给的参数(UserEnterFile)是否存在,如果不存在则用(EnterNothing)作为默认值


filename=${UserEnterFile:-"EnterNothing"}