我用php脚本定义了这样几个参数
switch ($myarray["Class"])
{
case 0:
$class = "【动画】";
break;
case 1:
$class = "【大片】";
break;
default:
$class = "【美剧】";
break;
}
然后要将参数$class传递到wml页面显示出来,结果出现错误提示
=============================================================================
wmlbrowser errorwmlbrowser couldn't interpret this page.The page was successfully downloaded, but wmlbrowser encountered an error when trying to interpret it.Show details of the errorHide details of the error“XML解析错误:未组织好 
位置:moz-nullprincipal:{9b0af594-08d3-40a3-92a7-0e64542b427f} 
行:1,列:2:<?xml version="1.0" encoding="utf-8"?>
-^
=============================================================================
将那几个中文换成英文之后,可以正常显示。
请高手帮忙解决问题。。谢谢