【Layui】textarea写法

版权声明:咔咔 来自https://blog.csdn.net/fangkang7 https://blog.csdn.net/fangkang7/article/details/85695857

author:咔咔

wechat:fangkangfk

<div class="layui-form-item">
            <label class="layui-form-label"><?php echo $info['DisplayName'];?></label>
            <div class="layui-input-block">
                <textarea id="vod_content" name="<?php echo $info['Field'];?>" type="text/plain" style="width:99%;height:250px"></textarea>
            </div>
        </div>

猜你喜欢

转载自blog.csdn.net/fangkang7/article/details/85695857