1074 次
3 に答える
1
you need to replace special characters with ISO Latin codes. for more reference check this link: http://www.utexas.edu/learn/html/spchar.html
于 2013-03-11T08:30:20.603 に答える
0
Try adding the following to the page's header
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
于 2013-03-11T08:12:14.253 に答える
0
Use one of the escape sequences in the string. For instance,The escape sequences in Javascript all begin with the backslash character, . This character lets the application processing the string know that what follows is a sequence of characters that need special handling.
于 2013-03-11T08:12:39.540 に答える