我想知道是否可以使用intro.js返回到下一行。我尝试了\n和其他类似的东西,但它们都有效,不可能在文档中找到类似的东西。有没有人知道这是否可能?
<div class="pictos_menu" data-intro="You can find here the different elements.
-first step
-add chapter
-invitations
" data-step='4'>发布于 2013-06-28 21:24:35
做这件事的正确方法是使用
就像这样:
<div class="pictos_menu" data-intro="You can find here the different elements.<br/>
-first step<br/>
-add chapter<br/>
-invitations<br/>
" data-step='4'>https://stackoverflow.com/questions/17314591
复制相似问题