Euro sign or other entity in Javascript alert/messagebox

后端 未结 4 1777
不知归路
不知归路 2021-02-05 02:04

Does anybody know how i can show a euro or other html entity in javascript alert windows?

4条回答
  •  灰色年华
    2021-02-05 02:30

    for example, U+1234 is used like this: alert('\u1234').

    For full list, you can see All Entity list:
    1) http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
    2) http://www.utf8-chartable.de/
    3) http://rishida.net/tools/conversion/ (CONVERTER)

提交回复
热议问题