Difference between and  

前端 未结 4 1570
面向向阳花
面向向阳花 2020-12-24 08:16

Can any one explain me difference between and   ?

I have html data stored in database in binary form and space in that can be either

4条回答
  •  悲&欢浪女
    2020-12-24 08:43

    is the character for the space key.

      and   are both the characters for Non breaking space.

    If your data has come from different sources it may be possible that the space symbols have been encoded differently.

    In direct comparison they will likely be shown as being different.

提交回复
热议问题