D
Dicread
Trang chủTừ điểnBbackslash

Lưu ý: Bản dịch của mục này hiện đang được kiểm tra chất lượng, vì vậy một số nội dung tạm thời chỉ hiển thị bằng tiếng Anh.

Mục từ này chưa được dịch sang ngôn ngữ của bạn, vì vậy nội dung gốc được hiển thị bên dưới.

backslash

backslash
Danh từNgoại động từ
Số nhiều: backslashesQuá khứ: backslashedPhân từ 2: backslashedV-ing: backslashing

This term is highly specialized, appearing almost exclusively in technical contexts such as computer science, software engineering, and system administration. It describes a specific typographic character that is visually distinct from the forward slash (/), which is used for URLs and in Unix-based file systems.

In programming, the backslash is most frequently associated with the concept of escaping. When a programmer backslashes a character, they are instructing the compiler or interpreter to treat the following character as literal text rather than as a functional piece of code, which is essential for including quotes or newlines within a string.

Ý nghĩa

Danh từbackslash

A backslanted line character (\) used primarily in computing to indicate a directory path or as an escape character in programming languages.

The file path is listed as C:\Users\Documents.

Ngoại động từbackslash
[~ something]

To insert a backslash character into a string of text or code to escape a special character.

You need to backslash the quotes to prevent the code from breaking.

Ví dụ

Make sure you use a backslash for the Windows file path.

Make sure you use a backslash for the Windows file path.

Office

I forgot to put a backslash before the quote mark.

I forgot to put a backslash before the quote mark.

School Life

The system requires a double backslash to escape the character.

The system requires a double backslash to escape the character.

Office

Wait, is that a forward slash or a backslash in the URL?

Wait, is that a forward slash or a backslash in the URL?

I need to backslash these special characters to avoid a syntax error.

I need to backslash these special characters to avoid a syntax error.

Office

The path starts with a backslash followed by the drive letter.

The path starts with a backslash followed by the drive letter.

I should backslash the newline character in this string.

School Life

A single backslash is used as an escape character in C++.

A single backslash is used as an escape character in C++.

School Life

Just backslash the dollar sign so the shell does not treat it as a variable.

Office

Từ liên quan

Cập nhật lần cuối: May 2026Báo lỗi