login.js


<script type="text/javascript">
    document.write("中文轉義:中國 = "+escape("中國") + "<br />")
    document.write("轉義符號:?!=()#%& = "+escape("?!=()#%&") + "<br />")

    document.write("英文轉義:China = "+escape("China") + "<br />")
    document.write("數字轉義:12345 = "+escape("12345") + "<br />")
    document.write("特殊標點轉義:* @ - _ + . / = "+escape("* @ - _ + . /") + "<br />")
</script>







發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章