<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document" ?>
<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" ...>
<o:DocumentProperties>
...
</o:DocumentProperties>
....
<w:body>
<w:p>
<wx:sect>
<w:r>
<w:t>【解析】</w:t>
</w:r>
<w:r>
<w:pict>
<w:binData w:name="wordml://rId42494359_0_1_11.jpg">
base64格式的图片代码
</w:binData>
<v:shape id="rId42494359_0_1_11">
<v:imagedata src="wordml://rId42494359_0_1_11.jpg" />
</v:shape>
</w:pict>
</w:r>
<w:r>
<w:br />换行
</w:r>
<w:r>
<w:rPr>
<wx:font wx:val="宋体" />格式
</w:rPr>
<w:t>恰当的一项是(</w:t>
</w:r>
</w:p>
</wx:sect>
</w:body>
</w:wordDocument>
图片插入代码
#代码1
<v:shape id="22" style="height:30pt;">
<v:imagedata src="wordml://22.jpg"/>
</v:shape>
#代码2
<v:rect style="width:100px;height:30px">
<v:imagedata src="wordml://22.jpg"/>
</v:rect>