C# 控制檯輸入輸出非字符串類型數據的方法[進制數字轉換爲八進制數字]

using System; using System.Collections.Generic; using System.Text; using System.Collections; namespace ConsoleApplication3 { class Program { static void Main(string[] args) { //利用棧的原理,把十進制數字轉換爲八進制數字 S
相關文章
相關標籤/搜索