shell腳本中以0開頭的數字字符串轉換爲數字

例如:數子字符串01轉化爲1 字符串 a="01" echo $a b=`expr $a + 0` echo $b字符
相關文章
相關標籤/搜索