<div className="foo" style={{ fontWeight: "bold" }} />
<div className="foo" {/* This is only temporary */} style={{ fontWeight: "bold" }} />
但是上面的语法不起作用;我明白了:
SyntaxError: Unexpected token,expected ... (45:96)
<div className="foo" style={{ fontWeight: "bold" }} />
<div className="foo" {/* This is only temporary */} style={{ fontWeight: "bold" }} />
但是上面的语法不起作用;我明白了:
SyntaxError: Unexpected token,expected ... (45:96)