标签的一个问题 style="display:none" 是设置隐藏 那么要设置只读呢 style=怎么写呢?
<input type="text" id="text1" value="Hello World!" readOnly=true/>
readonly="readonly"
*** **