2017-11-14T06:13:43Z||2017-11-14T06:13:43Z


HTML中是for:

<label for="chkSync">同步</label>

JSX是htmlFor:

<label htmlFor="chkSync">同步</label>