赞
踩
6 read -p "please input time:" TIME 7 HOUR=`echo $TIME | awk -F : '{print $1}'` 8 MIN=`echo $TIME | awk -F : '{print $2}'&#