例如,行-“使用健壮的技术创建有意义的解决方案”在iPhone 6中的第一行以结尾,有意义的解决方案使用“”使用‘单词’创建,在剩下的单词不只是显示光标之后创建有意义的解决方案。
We are a collective of methodical, fearless and passionate doers, discoverers and innovators <div class="type-wrap">
<span style="font-size:30px;" >At Pinnove-</span>
<div id="typed-strings">
<p>Ideas come to life</p>
<p>Meaningful solutions are created using robust technology</p>
<p>And then deletes them.</p>
<p>We help enterprises solve their toughest challenges</p>
</div>
<span id="typed" style=" word-wrap: break-word;"></span>
</div>
</div>
</div>发布于 2016-02-04 08:02:40
找到解决方案及其工作。
Used "white-space: pre-wrap;" property to span as bellow..
<span id="typed" style="white-space: pre-wrap;"></span>https://stackoverflow.com/questions/35169947
复制相似问题