Remove ads
来自维基百科,自由的百科全书
HTML於1991年面世,但一直要到1997年推出4.0版本以後,才對國際化這題目有一個較好的回應。在此之前,為了保證所有人都能夠正常閱讀內容,當要對所有用到ASCII字集以外字元 的規範。這是為了兩個目的:
在head
裏面加入這段內容:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
HTML5則加入這段即可:
<meta charset="UTF-8" />
或者將UTF-8改成所使用的編碼。
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.