使用户不能更改输入框中的内容:
<input type=text value="中国" onfocus=this.blur()>
<input type=text value="中国" readonly> //只读
<input type=text value="中国" disabled> //禁用