Home Web Front-end HTML Tutorial r, n, rn 的区别_html/css_WEB-ITnose

r, n, rn 的区别_html/css_WEB-ITnose

Jun 24, 2016 am 11:23 AM
r

\n 是换行,英文是 New line,表示使光标到行首\r 是回车,英文是 Carriage return,表示使光标下移一格\r\n 表示回车换行

我们在平时使用电脑时,已经习惯了回车和换行一次搞定,敲一个回车键,即是回车,又是换行


1、\n 软回车:

在Windows 中表示换行且回到下一行的最开始位置。相当于Mac OS 里的 \r 的效果在Linux、unix 中只表示换行,但不会回到下一行的开始位置

2、\r 软空格:

在Linux、unix 中表示返回到当行的最开始位置在Mac OS 中表示换行且返回到下一行的最开始位置,相当于Windows 里的 \n 的效果

3、\t 跳格(移至下一列)

它们在双引号或定界符表示的字符串中有效,在单引号表示的字符串中无效。

\r\n 一般一起用,用来表示键盘上的回车键,也可只用 \n\t 表示键盘上的“TAB”键

就像你使用 enter和shift+enter的区别

4、文件中的换行符号:

Linux,unix: \r\nWindows : \nMac OS : \r
Copy after login

5、常用转义符号的意义:

\n  LF或ASCII中的0x0A(10)\r  CR或ASCII中的0x0D(13)\t  水平制表符-HT或ASCII中的0x09(9)\\  反斜杠\$  美圆符\"  双引号\'  单引号
Copy after login

6、\r\n 与
的区别

\r\n是输出的HTML代码换行,客户看到的效果没有换行如果是输出给浏览器,就用 <br />
Copy after login

\r\n 好比你在 DreamWeaver 里做一个网页,在源代码里按一下回车,是给源代码回车换行。是输出一个(HTML标记性语言),在HTML中解释为输入的字换行\r\n 的作用是给源代码回车换行,输入后,查看 html 源代码,就看会到有换行,而 HTML 解释器(浏览器)认为它是没用的东西,用不用都一样显示


原文地址: http://m.studyofnet.com/news/285.html

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Python or R: Which programming language is better for data science? Python or R: Which programming language is better for data science? Apr 12, 2023 am 08:28 AM

A little background on R R is a programming language and analysis tool developed by Ross Ihaka and Robert Gentleman and first introduced in 1993. At the same time, it is also a free open source software with a rich statistical and graphical technology library. R is one of the most used tools by analysts, statisticians, and researchers for retrieving, cleaning, analyzing, visualizing, and presenting data. Many industries such as IT, banking, healthcare, and finance use R. Purpose Data scientists can use the R programming language to collect data, perform statistical analysis, and produce visualizations. It can be used for graphical representation. R can be used for both machine learning and deep

How does Redstone (RED) benefit BNBHolder this airdrop? How does Redstone (RED) benefit BNBHolder this airdrop? Mar 04, 2025 pm 06:06 PM

Redstone (RED) airdrop activity brings great benefits to BNB holders! Redstone, an innovative multi-chain oracle project that supports more than 70 blockchains and covers more than 1,250 assets, has its token RED airdropped through Binance Launchpool. By participating in the activities, BNB holders can invest idle assets into the RED reward pool for mining, obtain RED tokens, realize asset appreciation, improve asset utilization efficiency, enrich investment portfolios, and reduce risks. However, we need to pay attention to volatility in the cryptocurrency market, invest rationally, and assess risks carefully. Join Redstone (RED) airdrop now and seize wealth opportunities!

Win11 Build 23419 preview version introduces new features: Screen recording can now be completed through the Win + Shift + R shortcut key Win11 Build 23419 preview version introduces new features: Screen recording can now be completed through the Win + Shift + R shortcut key Dec 21, 2023 pm 05:08 PM

Microsoft today released the Win11Build23419 preview update for WindowsInsider project members in the Dev channel. In addition to many improvements such as the new USB4 settings page in this update, some new functions/features introduced by Microsoft have not been written into the update log. Microsoft is about to introduce a new function/feature to Win11. Users can use the Win+Shift+R shortcut combination to record the screen. However, this function is not yet effective. After using this keyboard shortcut, the regular screenshot UI will be opened instead of the screen recording UI. Netizens can enable the above new functions and features through the ViveTool tool: 1. Download the Vivetool tool from the GitHub page, and then

What is the difference between PHP functions and R functions? What is the difference between PHP functions and R functions? Apr 25, 2024 pm 03:51 PM

PHP and R functions have the following differences in syntax, data types, data structures and function scope: 1. Syntax: PHP functions follow C-style syntax, while R functions use S-style syntax. 2. Data type: PHP is a weakly typed language, while R is a strongly typed language. 3. Data structure: PHP supports a variety of data structures, while R is dedicated to statistical data and provides optimized data structures. 4. Function scope: PHP function scope is limited to the function body, while R function scope is more complex.

What is the role of r in linux What is the role of r in linux Mar 25, 2023 am 10:22 AM

The role of r in Linux is to read the actual content of this file; having r permission in Linux means that you can read the directory structure list, which means you can view the file names and subdirectory names under the directory; the main content of the directory is the record file A list of names and subdirectories, not where the data actually resides.

Detailed introduction to R71700 compatibility with Windows 11 Detailed introduction to R71700 compatibility with Windows 11 Jan 13, 2024 pm 05:24 PM

As we all know, the win11 upgrade has very high requirements for the processor, so some AMD Ryzen r71700 processor users don’t know whether their computers can install the win11 system. In fact, we don’t have to worry, it can be installed. Let’s follow the editor’s instructions Let's get up and take a look at the specific situation. Can r71700 be installed with win11? Answer: r71700 processor can be installed with win11 system. Installation method one: 1. First enter "Settings" through the start menu in the lower left corner 2. Then select "Update and Security" 3. Then enter the Windows Insider Program, and after joining, select "dev channel" 4. Then enter "Windows Update ”, where you can download and install win11 by detecting updates.

What is the difference between Java functions and R language functions? What is the difference between Java functions and R language functions? Apr 23, 2024 pm 01:24 PM

The difference between Java and R functions is: definition method: Java uses the publicstatic modifier, and R uses the function keyword. Parameter passing: Java uses value passing, and R usually uses reference passing. Return type: Java must declare it explicitly, R infers it implicitly at runtime.

How to upgrade r720 to win11 How to upgrade r720 to win11 Dec 25, 2023 pm 05:31 PM

The Savior r720 is a notebook model launched by Lenovo’s Savior series in 2017. Although 5 years have passed, it can still run smoothly for almost all games. Therefore, some users also want to use it to update the latest win11 system, but don't know how to upgrade. Let's take a look below. How to upgrade r720 to win11: 1. Unfortunately, r720 uses the seventh generation Intel processor, which does not meet Microsoft's requirements for win11. 2. Therefore, if users want to upgrade to win11, they must skip the system detection and upgrade in the pe system. 3. To enter the pe system, you first need to prepare a system U disk. 4. If we do not have a bootable USB disk, we need to manually create it.

See all articles