// 拼接字符串时,字符串的格式化,数字格式化成字符串letsecond =18letmin =2lettimgStr =String(format:"%.2d:%.2d",arguments:[min,second])