xml 在elispse里面的顯示出錯??
<?xml version="1.0" encoding="UTF-8"?>
<bookstore>
<book id="1">
<name>????????</name>
<author>??????</author>
<year>2014</year>
<price>89</price>
</book>
<book id="2">
<name>????????</name>
<year>2004</year>
<price>77</price>
<language>English</language>
</book>
</bookstore>
如何更正??、
2016-12-12
xml文件另存時保存UTF-8格式,在復(fù)制到j(luò)ava中。