javascript踩坑-append方法遇到字符串内部含有回车符

在网页中:JavaScript代码中,我在字符串 “页,总”内部添加了一个 回车符号,导致 无法解析字符串了 ,需要记住一下。

//解析显示分页信息
		function build_page_info(result){
			$("#page_info_area").append("当前第"+result.extend.pageInfo.pageNum+
					"页,总共"+result.extend.pageInfo.pages+"页
					,总"+result.extend.pageInfo.total+"记录")
		}

 

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments