标签: html文本域
thumbnail

html文本域怎么设置

要设置HTML文本域(textarea),您可以使用以下方法: <textarea rows="4" cols="50"> 在这里输入文本... </texta……