Home
Web Front-end
JS Tutorial
How to display multiple lines in javascript alert box in java_javascript tips



How to display multiple lines in javascript alert box in java_javascript tips
May 16, 2016 pm 04:47 PM
alert
box
If directly in the javascript code, display multiple lines and add directly
Just fine:
Copy code The code is as follows:
alert("First line The second line");
But in java code, n is not possible, To display multiple lines! ! !
Copy code The code is as follows:
String strTemp="Historical answer report: " "You answered the question correctly" RdData.getCcnt() "question\n" "You have" RdData.getBcnt() "the question was not answered\n" "You answered the question incorrectly" RdData.getWcnt() " ";
out.print("<script> alert('" strTemp "');window.location='index.jsp'</script>");
First Declare a String variable (note that the line break is \n!!!), and then put it in the alert. After the end, the page jumps to the homepage.
This is the test result:

This is the special character code in javascript:
Copy code The code is as follows:
Code Outputs
' single quote
" double quote
\ backslash
n new line
r carriage return
t tab
b backspace
f form feed
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 Article
How Long Does It Take To Beat Split Fiction?
3 weeks ago
By DDD
Repo: How To Revive Teammates
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?
3 weeks ago
By 王林
Two Point Museum: All Exhibits And Where To Find Them
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

Hot tools Tags

Hot Article
How Long Does It Take To Beat Split Fiction?
3 weeks ago
By DDD
Repo: How To Revive Teammates
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?
3 weeks ago
By 王林
Two Point Museum: All Exhibits And Where To Find Them
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Replace String Characters in JavaScript

HTTP Debugging with Node and http-console

Custom Google Search API Setup Tutorial
