+ -
当前位置:首页 → 问答吧 → 请教:The content of element type " " must match "EMPTY"

请教:The content of element type " " must match "EMPTY"

时间:2010-09-26

来源:互联网

在myeclipse中,出现这样的错误提示:
The content of element type "arg0" must match "EMPTY"
请教高手,这个错误时怎么回事?

作者: dpstill   发布时间: 2010-09-26

应该是这样<arg0/>或,<arg0 attribute="{value}"/>,不允许子节点或其他内容
如<arg0>some text</arg0>

作者: icy_csdn   发布时间: 2010-09-27