常用几个空格的 Unicode 码

const SPACE_UNICODE = {
  'ensp': '\u2002',
  'emsp': '\u2003',
  'nbsp': '\u00a0'
}
posted @ 2018-11-21 21:11  月半流云  阅读(5416)  评论(0编辑  收藏  举报