無語,javascript居然支援中文(unicode)編程!

來源:互聯網
上載者:User

很早以前發現對於一個 html 元素, id 可以是中文的,而且用 getElementById 方法可以正確取到dom
小弟孤陋寡聞,今天才知道 ie居然支援 javascript中文編程
<input type=button value="gorush" id="阿舜">
<script>
function 阿舜::onclick(){alert(this.value)} //c++風格
function 阿舜::onmouseout(){this.style.background="green"}
function 阿舜.onmouseover() {this.style.background="red"}
function 中文也行?(){ //中文函數名
var 當然行="有什麼不行的?" //中文變數名
alert(當然行);
}
中文也行?()
</script>
來段 unicode的:
function \u3456(){
var \u1234="gorush"
alert(\u1234)
}
\u3456()
以上代碼在 ie6.0下測試,可以正確運行。
firefox 下同樣支援 中文(unicode) 函數和變數名, ie 其他版本沒有測試過,。
其實這個特性也沒有什麼實用價值,拿來玩玩還可以。。。
BTW:
firefox 不支援 C++風格的函數名
function window::onload(){...} //這個 ie支援 ff不支援
function window.onload(){...} //這個 ie支援 ff不支援
window.onload=function(){...} //這個 ie和ff 都 支援
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.