PhoneGap 解决中文乱码
Eclipse,请在 File -> Properties -> Resource 窗口里的
Text file encoding设置中选择 utf-8
-------------------------index.html
<!DOCTYPE HTML>
<html>
<head>
<title>Cordova</title>
</head>
<body>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<h1>我是大哥大</h1>
<p>人生啊<p>
</body>
</html>
补充:移动开发 , IOS ,