#HTML# textarea和input的一个小区别

textarea没有value属性
可用
<textarea id="t1">hello!</textarea>
原文地址:https://www.cnblogs.com/teaxy/p/4888151.html