#author("2022-12-10T10:50:47+08:00","default:Admin","Admin")
#author("2022-12-10T10:51:23+08:00","default:Admin","Admin")
[[uni-app]]

&color(red){※前提条件:vue3 的uniapp开发};

#contents

* 概要 [#lb344009]

*Tips [#g03bd343]

** 选择文字 [#j627028d]

selectable ,如果是false,则,不能选择文字,true可以选择文字

#codeprettify{{
<!-- :selectable 文本是否可选,true/ false -->
<text :selectable='false'>这是一些文字</text>
}}

** 换行 [#hcccb282]

text标签的文字换行:\n

#codeprettify{{
<!-- text的换行 反斜杠n-->
<text>文字\n 第二行文字\n</text>
}}

** 空格 [#q99df8e8]

text标签的空格:&nbsp;

#codeprettify{{
<!-- 空格 -->
<text>文字&nbsp;有空格</text>
}}

#hr();
Comment:
#comment_kcaptcha

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS