6
& nbsp jsx không hoạt động
Tôi đang sử dụng thẻ & nbsp trong jsx và nó không hiển thị không gian. Sau đây là một đoạn mã nhỏ của tôi. Vui lòng giúp đỡ. var Reporting=React.createClass({ render: function(){ return( <div style={divPositionReporting}> <p>Pricing Reports</p> <hr></hr> Select Scenario:&nbsp;&nbsp; <select> <option></option> </select> <button type="button">Get Pricing Report</button> <br/> Select …