" />

Flex TextArea 字符串和禁止字符,即

发布于 2024-11-18 06:11:03 字数 166 浏览 1 评论 0 原文

我正在尝试使用一些包含禁止字符的文本来设置 TextArea 的文本。我正在尝试将文本设置为 当然,“”有问题。我认为它是这样的 ,但显然这不起作用。

I'm trying to set the text of a TextArea with some text containing forbidden characters. I'm trying to set the text as <meta charset="utf-8"> and there is of course a problem with the "'s. I think it's something like this <meta charset="utf-8">, but obviously this doesn't work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拧巴小姐 2024-11-25 06:11:03

不太确定您是否意味着当文本包含单引号字符时将文本设置到文本区域时遇到问题。您需要转义引号,或者可以将字符串括在双引号中。

看看
http://livedocs.adobe.com/flex /3/html/help.html?content=textcontrols_03.html#445094

Not quite sure if you mean you are having trouble with setting text to a textarea when the text contains single quote character. You need to escape the quote or you could enclose the string in double quotes.

Take a look at
http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_03.html#445094

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文