1. 首页
  2. 服务器应用
  3. 虚拟化
  4. jquery text()要注意啦

jquery text()要注意啦

上传者: 2020-12-12 07:31:23上传 PDF文件 19.84KB 热度 16次
要注意的当然是我等jquery菜鸟.$.text()获取的是所有匹配元素的text,要注意的是$.text(val)会把里面的所有东西都删了(包括里面的html标签)再设置text,相当于$.html(val)。官方的说法是“Set the text contents of all matched elements.Similar to html(), but escapes HTML (replace “<” and “>” with their HTML entities).”。
用户评论