使用戶不能更改輸入框中的內容:
<input type=text value="中國" onfocus=this.blur()>
<input type=text value="中國"?readonly>??? //只讀
<input type=text value="中國"?disabled>???? //禁用