我可以在不使用 javascript的情况下仅使用CSS隐藏以下文本框吗? input id="customer_custom1" name="customer[custom1]" type="text" value="1" / CSS: #customer_custom1 { display: none;}
<input id="customer_custom1" name="customer[custom1]" type="text" value="1" />CSS:
#customer_custom1 { display: none; }