``` html <input disabled={true} /> // OK <input readonly={true} /> // 会出现问题。 ``` 代码在`src/util.js` 396行 参考:http://www.w3school.com.cn/tags/att_input_readonly.asp