NET 路徑合併IO.Path.Combine. IO.Path.Combine("\\127.0.0.1", "D:\") 結果為"D:\" IO.Path.Combine("D:", "Test.txt") 結果為"D:Test.txt" <= 錯誤
確定! 回上一頁