WEB语言转义总结
2020-11-22 18:27
标签:style blog class code java ext javascript width color strong int ==> ==> var name = "\""; 字符 转义字符 描述 & & 和 < 小于号 > > 大于号 " " 双引号 ‘ ' 单引号 WEB语言转义总结,搜素材,soscw.com WEB语言转义总结 标签:style blog class code java ext javascript width color strong int 原文地址:http://www.cnblogs.com/lightsong/p/3702612.html后台字符串嵌入前台语言输出
input value="">
input value=" ">
var name = “”;
DOM API (text &
HTML)
html>
head>
script type="text/javascript" src="./jquery/jquery-1.9.1.js">script>
head>
body>
div id="test">div>
div id="test1">div>
input type="text" id="inputText">
script>
$("#test").text("
var decoded = $("").html(encodedStr).text();
html>
head>
script type="text/javascript" src="./jquery/jquery-1.9.1.js">script>
head>
body>
div id="test">div>
input type="text" id="inputText">
script>
$("#test").html("<