C# 複製. static bool IsFileURI(String path) { return (String.Compare(path, 0, "file:", 0, 5, StringComparison.OrdinalIgnoreCase) == 0); }
確定! 回上一頁