代码
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml xml:lang=en
head
meta http-eq ...
upload.html
!DOCTYPE html
!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the edit ...
rn textarea里的换行符
去除换行符 temp = temp.replace(rn, );
============Java中的换行符============
n 回车(u000a)
t 水平制表符(u0009)
b 空格(u0008)
r 换行(u000d)
f 换页(u000c)
' ...