我在html代码中创建了一个textarea,但无法在网页中编辑其中的文本。可能是什么原因? 这是我的代码:
<div class="field-group">
<div class="field">
<textarea rows="20" cols="70" class="relative" id="myTextarea">
Welcome!!
</textarea>
</div>
</div>
答案 0 :(得分:1)
我不知道您错过了什么,我添加了HTML标签,它对我来说很好用。我希望它也对您有用。
cell.button.isSelected = item.isPlaying
cell.callback = {
item.isPlaying = !item.isPlaying
cell.button.isSelected = item.isPlaying
}