标签:内容 ons return load 图片 alt 为什么 can https
首先, 选中label, 在text中 添加内容 "Hello" & Char(13) & "World!" 就会有换行效果
为什么会有这个效果呢, 我们看下微软docs 对Char的定义(https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-char)
Char(xx) 会返回ASCII 中的xx 值. 那我们看下ASCII的表. 第13个是Carriage return
标签:内容 ons return load 图片 alt 为什么 can https
原文地址:https://www.cnblogs.com/TheMiao/p/13231314.html