一:
ie:
word-wrap:break-word;
word-break:break-all;

firefox:
js控制
   <div '\w]+>/g;
                   
                    var txt = elem.innerHTML;
                    var chars = txt.split('');
                    var newTxt = chars.join('&#8203;');                   
                    newTxt = newTxt.replace(exp, reconstructTag);                   
                    elem.innerHTML = newTxt;
                },false);
               
                function reconstructTag(_tag)
                {
                    return _tag.replace(/&#8203;/g, '');
                }

            //]]>
        </constructor>
    </implementation>
</binding>

</bindings>
<!-- Web2 -->

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2021-09-15
  • 2022-02-23
  • 2022-12-23
  • 2021-09-09
相关资源
相似解决方案