gpt4 book ai didi

javascript - jsp <input> 值未通过类 form-control 显示

转载 作者:行者123 更新时间:2023-12-03 02:22:03 24 4
gpt4 key购买 nike

我正在生成HTML代码使用 jsphtml输出如下所示:-

<input type="text" style="font-weight:bold; background-color: orange; color: blue;" name="req_hallname" class="form-control" title="Conference Hall Requested" value="CIG-VC">

其中value=""充满了CIG-VC来自jsp code .

这个值CIG-VC当我使用 class="form-control"可见。如果我删除class="form-control"定义时,输入字段可见,但格式会被破坏。

这是两种情况的图像

enter image description here

请告知如何克服这个问题。

最佳答案

您可以使用:

 <div class="form-group" >
<label class="control-label col-sm-2" for="conference">Conference Hall Requested
:
</label>
<div class="col-sm-8">
<input id="conference" type="text" style="font-weight:bold; background-
color:orange; color: blue;" name="req_hallname" value="CIG-VC"/>
</div>
</div>

关于javascript - jsp &lt;input&gt; 值未通过类 form-control 显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49115267/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com