div 可输入
Posted caoruichun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了div 可输入相关的知识,希望对你有一定的参考价值。
.haveInput{width: 100px;height: 100px;background: red;} /*输入后删除该class*/ .haveInput:before {content: attr(placeholder);display: block;color: #333;}
<div placeholder=‘请输入‘ class="haveInput" contentEditable=‘true‘></div>
以上是关于div 可输入的主要内容,如果未能解决你的问题,请参考以下文章
如何通过可内容编辑的div输入将元素的换行符(格式)保留在列表中?
[vscode]--HTML代码片段(基础版,reactvuejquery)
[Codeforces Round #522 (Div. 2, based on Technocup 2019 Elimination Round 3)][C. Playing Piano](代码片段