判断题对行内元素设置margin-top 和margin-bottom起作用。
判断题NavLink是属于react-router-dom的特有标签。
判断题display:none;是占位隐藏。
判断题在react框架中,受控组件中input默认值应该是state中的默认值。
判断题在react框架中,非受控组件中的默认值应该使用defaultValue。