让js字符串中nbsp;输出为正常空格

2021-04-09 05:28

阅读:611

标签:字符串   fun   inner   元素   pre   nbsp   world   操作   on()   

jQuery 文档操作 - html() 方法

定义和用法

html() 方法返回或设置被选元素的内容 (inner HTML)。

如果该方法未设置参数,则返回被选元素的当前内容。


$(".btn1").click(function(){ $("p").html("Hello world !"); });

或为 var str=$.html("Hello world !");

让js字符串中nbsp;输出为正常空格

标签:字符串   fun   inner   元素   pre   nbsp   world   操作   on()   

原文地址:https://www.cnblogs.com/net5x/p/12450750.html


评论


亲,登录后才可以留言!