标签: javascript html reactjs
htmlFor不起作用
render() { return ( <div style={{ marginTop: '10px' }} /> <label htmlFor="prueba"> selecciona un archivo</label> <input name="prueba" type="file" /> </div> ); }