可以使标签隐藏,但是还是会占位置
<input type=text style="visibility:hidden">
可以使标签隐藏,页面不会占位置
<input type=text style="display:none">
名称(*)