在文本区域中添加HTML。文本区域在检查元素时不显示值

问题描述 投票:-5回答:2

我在文本区域框中写了一个文本,但是我写的不是通过inspect元素显示的。请帮助我希望它在我检查元素时显示我在文本框中写的内容。

<div class="F0XO1GC-j-k">
  <label for="gwt-uid-4809"> Write an invitation message </label>
  <textarea class="gwt-TextArea F0XO1GC-Nb-g" rows="10" id="gwt-uid-4809" dir="ltr"></textarea>
  <div class="F0XO1GC-Nb-o" aria-hidden="true" style="display: none;"></div>
  <div class="F0XO1GC-b-S F0XO1GC-Nb-f" style="display: none;" aria-hidden="true"></div>
  <div class="F0XO1GC-b-Db"> The group's name, description, and address will automatically be included in the email. </div>
</div>

当我检查元素时,我希望它能显示出来。

html css html5
2个回答
© www.soinside.com 2019 - 2024. All rights reserved.