主頁 > 後端開發 > java生成word檔案(最簡單)

java生成word檔案(最簡單)

2021-08-17 07:41:27 後端開發

首先說明,使用該方法時,盡量不要使用wps新建word檔案,經測驗,手機不能兼容,出現很多格式問題,office則手機可以很好的兼容,所以,本文以office做教程

1 首先新建一個word檔案,然后設計好格式,比如說我的標題是黑體二號,居中對其,正文是宋體四號,如下

2 另存為xml格式(檔案->另存為)的檔案,如下圖

3使用txt打開保存的xml檔案,復制完,貼到你的代碼里,如圖

4替換內容,Ctrl+F搜索標題(第一步我輸入的),把標題換成你要顯示的動態標題,把 正文替換成你想要的動態內容,如下

5設定相應頭生成doc檔案

6測驗,在瀏覽器輸入http:127.0.0.1:8080/createDoc,結果如下:

7分享代碼

(1)以下是生成的xml檔案內容

<?xml version="1.0" encoding="UTF-8" standalone="true"?>

<?mso-application progid="Word.Document"?>

-<pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">


-<pkg:part pkg:padding="512" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:name="/_rels/.rels">


-<pkg:xmlData>


-<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">

<Relationship Target="docProps/app.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Id="rId3"/>

<Relationship Target="docProps/core.xml" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Id="rId2"/>

<Relationship Target="word/document.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Id="rId1"/>

</Relationships>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:padding="256" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:name="/word/_rels/document.xml.rels">


-<pkg:xmlData>


-<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">

<Relationship Target="settings.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" Id="rId3"/>

<Relationship Target="stylesWithEffects.xml" Type="http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects" Id="rId2"/>

<Relationship Target="styles.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Id="rId1"/>

<Relationship Target="theme/theme1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Id="rId6"/>

<Relationship Target="fontTable.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" Id="rId5"/>

<Relationship Target="webSettings.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" Id="rId4"/>

</Relationships>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml" pkg:name="/word/document.xml">


-<pkg:xmlData>


-<w:document xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" mc:Ignorable="w14 wp14">


-<w:body>


-<w:p w:rsidP="007B6C30" w:rsidRDefault="007B6C30" w:rsidR="007B455B">


-<w:pPr>

<w:jc w:val="center"/>


-<w:rPr>

<w:rFonts w:hint="eastAsia" w:hAnsi="黑體" w:eastAsia="黑體" w:ascii="黑體"/>

<w:sz w:val="44"/>

<w:szCs w:val="44"/>

</w:rPr>

</w:pPr>


-<w:r w:rsidRPr="007B6C30">


-<w:rPr>

<w:rFonts w:hAnsi="黑體" w:eastAsia="黑體" w:ascii="黑體"/>

<w:sz w:val="44"/>

<w:szCs w:val="44"/>

</w:rPr>

<w:t>標題</w:t>

</w:r>

</w:p>


-<w:p w:rsidP="007B6C30" w:rsidRDefault="007B6C30" w:rsidR="007B6C30" w:rsidRPr="007B6C30">


-<w:pPr>


-<w:rPr>

<w:rFonts w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>

<w:sz w:val="28"/>

<w:szCs w:val="28"/>

</w:rPr>

</w:pPr>


-<w:r>


-<w:rPr>

<w:rFonts w:hint="eastAsia" w:hAnsi="黑體" w:eastAsia="黑體" w:ascii="黑體"/>

<w:sz w:val="44"/>

<w:szCs w:val="44"/>

</w:rPr>

<w:t xml:space="preserve"> </w:t>

</w:r>


-<w:r w:rsidRPr="007B6C30">


-<w:rPr>

<w:rFonts w:hint="eastAsia" w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>

<w:sz w:val="28"/>

<w:szCs w:val="28"/>

</w:rPr>

<w:t>正文</w:t>

</w:r>


-<w:r w:rsidRPr="007B6C30">


-<w:rPr>

<w:rFonts w:hint="eastAsia" w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>

<w:sz w:val="28"/>

<w:szCs w:val="28"/>

</w:rPr>

<w:t>正文正文正文正文正文正文正文</w:t>

</w:r>

<w:bookmarkStart w:name="_GoBack" w:id="0"/>

<w:bookmarkEnd w:id="0"/>


-<w:r w:rsidRPr="007B6C30">


-<w:rPr>

<w:rFonts w:hint="eastAsia" w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>

<w:sz w:val="28"/>

<w:szCs w:val="28"/>

</w:rPr>

<w:t>正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文</w:t>

</w:r>

</w:p>


-<w:sectPr w:rsidR="007B6C30" w:rsidRPr="007B6C30">

<w:pgSz w:w="11906" w:h="16838"/>

<w:pgMar w:gutter="0" w:footer="992" w:header="851" w:left="1800" w:bottom="1440" w:right="1800" w:top="1440"/>

<w:cols w:space="425"/>

<w:docGrid w:linePitch="312" w:type="lines"/>

</w:sectPr>

</w:body>

</w:document>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.theme+xml" pkg:name="/word/theme/theme1.xml">


-<pkg:xmlData>


-<a:theme name="Office 主題??" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">


-<a:themeElements>


-<a:clrScheme name="Office">


-<a:dk1>

<a:sysClr val="windowText" lastClr="000000"/>

</a:dk1>


-<a:lt1>

<a:sysClr val="window" lastClr="FFFFFF"/>

</a:lt1>


-<a:dk2>

<a:srgbClr val="1F497D"/>

</a:dk2>


-<a:lt2>

<a:srgbClr val="EEECE1"/>

</a:lt2>


-<a:accent1>

<a:srgbClr val="4F81BD"/>

</a:accent1>


-<a:accent2>

<a:srgbClr val="C0504D"/>

</a:accent2>


-<a:accent3>

<a:srgbClr val="9BBB59"/>

</a:accent3>


-<a:accent4>

<a:srgbClr val="8064A2"/>

</a:accent4>


-<a:accent5>

<a:srgbClr val="4BACC6"/>

</a:accent5>


-<a:accent6>

<a:srgbClr val="F79646"/>

</a:accent6>


-<a:hlink>

<a:srgbClr val="0000FF"/>

</a:hlink>


-<a:folHlink>

<a:srgbClr val="800080"/>

</a:folHlink>

</a:clrScheme>


-<a:fontScheme name="Office">


-<a:majorFont>

<a:latin typeface="Cambria"/>

<a:ea typeface=""/>

<a:cs typeface=""/>

<a:font typeface="MS ゴシック" script="Jpan"/>

<a:font typeface="?? ??" script="Hang"/>

<a:font typeface="宋體" script="Hans"/>

<a:font typeface="新細明體" script="Hant"/>

<a:font typeface="Times New Roman" script="Arab"/>

<a:font typeface="Times New Roman" script="Hebr"/>

<a:font typeface="Angsana New" script="Thai"/>

<a:font typeface="Nyala" script="Ethi"/>

<a:font typeface="Vrinda" script="Beng"/>

<a:font typeface="Shruti" script="Gujr"/>

<a:font typeface="MoolBoran" script="Khmr"/>

<a:font typeface="Tunga" script="Knda"/>

<a:font typeface="Raavi" script="Guru"/>

<a:font typeface="Euphemia" script="Cans"/>

<a:font typeface="Plantagenet Cherokee" script="Cher"/>

<a:font typeface="Microsoft Yi Baiti" script="Yiii"/>

<a:font typeface="Microsoft Himalaya" script="Tibt"/>

<a:font typeface="MV Boli" script="Thaa"/>

<a:font typeface="Mangal" script="Deva"/>

<a:font typeface="Gautami" script="Telu"/>

<a:font typeface="Latha" script="Taml"/>

<a:font typeface="Estrangelo Edessa" script="Syrc"/>

<a:font typeface="Kalinga" script="Orya"/>

<a:font typeface="Kartika" script="Mlym"/>

<a:font typeface="DokChampa" script="Laoo"/>

<a:font typeface="Iskoola Pota" script="Sinh"/>

<a:font typeface="Mongolian Baiti" script="Mong"/>

<a:font typeface="Times New Roman" script="Viet"/>

<a:font typeface="Microsoft Uighur" script="Uigh"/>

<a:font typeface="Sylfaen" script="Geor"/>

</a:majorFont>


-<a:minorFont>

<a:latin typeface="Calibri"/>

<a:ea typeface=""/>

<a:cs typeface=""/>

<a:font typeface="MS 明朝" script="Jpan"/>

<a:font typeface="?? ??" script="Hang"/>

<a:font typeface="宋體" script="Hans"/>

<a:font typeface="新細明體" script="Hant"/>

<a:font typeface="Arial" script="Arab"/>

<a:font typeface="Arial" script="Hebr"/>

<a:font typeface="Cordia New" script="Thai"/>

<a:font typeface="Nyala" script="Ethi"/>

<a:font typeface="Vrinda" script="Beng"/>

<a:font typeface="Shruti" script="Gujr"/>

<a:font typeface="DaunPenh" script="Khmr"/>

<a:font typeface="Tunga" script="Knda"/>

<a:font typeface="Raavi" script="Guru"/>

<a:font typeface="Euphemia" script="Cans"/>

<a:font typeface="Plantagenet Cherokee" script="Cher"/>

<a:font typeface="Microsoft Yi Baiti" script="Yiii"/>

<a:font typeface="Microsoft Himalaya" script="Tibt"/>

<a:font typeface="MV Boli" script="Thaa"/>

<a:font typeface="Mangal" script="Deva"/>

<a:font typeface="Gautami" script="Telu"/>

<a:font typeface="Latha" script="Taml"/>

<a:font typeface="Estrangelo Edessa" script="Syrc"/>

<a:font typeface="Kalinga" script="Orya"/>

<a:font typeface="Kartika" script="Mlym"/>

<a:font typeface="DokChampa" script="Laoo"/>

<a:font typeface="Iskoola Pota" script="Sinh"/>

<a:font typeface="Mongolian Baiti" script="Mong"/>

<a:font typeface="Arial" script="Viet"/>

<a:font typeface="Microsoft Uighur" script="Uigh"/>

<a:font typeface="Sylfaen" script="Geor"/>

</a:minorFont>

</a:fontScheme>


-<a:fmtScheme name="Office">


-<a:fillStyleLst>


-<a:solidFill>

<a:schemeClr val="phClr"/>

</a:solidFill>


-<a:gradFill rotWithShape="1">


-<a:gsLst>


-<a:gs pos="0">


-<a:schemeClr val="phClr">

<a:tint val="50000"/>

<a:satMod val="300000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="35000">


-<a:schemeClr val="phClr">

<a:tint val="37000"/>

<a:satMod val="300000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="100000">


-<a:schemeClr val="phClr">

<a:tint val="15000"/>

<a:satMod val="350000"/>

</a:schemeClr>

</a:gs>

</a:gsLst>

<a:lin scaled="1" ang="16200000"/>

</a:gradFill>


-<a:gradFill rotWithShape="1">


-<a:gsLst>


-<a:gs pos="0">


-<a:schemeClr val="phClr">

<a:shade val="51000"/>

<a:satMod val="130000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="80000">


-<a:schemeClr val="phClr">

<a:shade val="93000"/>

<a:satMod val="130000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="100000">


-<a:schemeClr val="phClr">

<a:shade val="94000"/>

<a:satMod val="135000"/>

</a:schemeClr>

</a:gs>

</a:gsLst>

<a:lin scaled="0" ang="16200000"/>

</a:gradFill>

</a:fillStyleLst>


-<a:lnStyleLst>


-<a:ln w="9525" algn="ctr" cmpd="sng" cap="flat">


-<a:solidFill>


-<a:schemeClr val="phClr">

<a:shade val="95000"/>

<a:satMod val="105000"/>

</a:schemeClr>

</a:solidFill>

<a:prstDash val="solid"/>

</a:ln>


-<a:ln w="25400" algn="ctr" cmpd="sng" cap="flat">


-<a:solidFill>

<a:schemeClr val="phClr"/>

</a:solidFill>

<a:prstDash val="solid"/>

</a:ln>


-<a:ln w="38100" algn="ctr" cmpd="sng" cap="flat">


-<a:solidFill>

<a:schemeClr val="phClr"/>

</a:solidFill>

<a:prstDash val="solid"/>

</a:ln>

</a:lnStyleLst>


-<a:effectStyleLst>


-<a:effectStyle>


-<a:effectLst>


-<a:outerShdw dir="5400000" rotWithShape="0" dist="20000" blurRad="40000">


-<a:srgbClr val="000000">

<a:alpha val="38000"/>

</a:srgbClr>

</a:outerShdw>

</a:effectLst>

</a:effectStyle>


-<a:effectStyle>


-<a:effectLst>


-<a:outerShdw dir="5400000" rotWithShape="0" dist="23000" blurRad="40000">


-<a:srgbClr val="000000">

<a:alpha val="35000"/>

</a:srgbClr>

</a:outerShdw>

</a:effectLst>

</a:effectStyle>


-<a:effectStyle>


-<a:effectLst>


-<a:outerShdw dir="5400000" rotWithShape="0" dist="23000" blurRad="40000">


-<a:srgbClr val="000000">

<a:alpha val="35000"/>

</a:srgbClr>

</a:outerShdw>

</a:effectLst>


-<a:scene3d>


-<a:camera prst="orthographicFront">

<a:rot rev="0" lon="0" lat="0"/>

</a:camera>


-<a:lightRig dir="t" rig="threePt">

<a:rot rev="1200000" lon="0" lat="0"/>

</a:lightRig>

</a:scene3d>


-<a:sp3d>

<a:bevelT w="63500" h="25400"/>

</a:sp3d>

</a:effectStyle>

</a:effectStyleLst>


-<a:bgFillStyleLst>


-<a:solidFill>

<a:schemeClr val="phClr"/>

</a:solidFill>


-<a:gradFill rotWithShape="1">


-<a:gsLst>


-<a:gs pos="0">


-<a:schemeClr val="phClr">

<a:tint val="40000"/>

<a:satMod val="350000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="40000">


-<a:schemeClr val="phClr">

<a:tint val="45000"/>

<a:shade val="99000"/>

<a:satMod val="350000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="100000">


-<a:schemeClr val="phClr">

<a:shade val="20000"/>

<a:satMod val="255000"/>

</a:schemeClr>

</a:gs>

</a:gsLst>


-<a:path path="circle">

<a:fillToRect r="50000" b="180000" t="-80000" l="50000"/>

</a:path>

</a:gradFill>


-<a:gradFill rotWithShape="1">


-<a:gsLst>


-<a:gs pos="0">


-<a:schemeClr val="phClr">

<a:tint val="80000"/>

<a:satMod val="300000"/>

</a:schemeClr>

</a:gs>


-<a:gs pos="100000">


-<a:schemeClr val="phClr">

<a:shade val="30000"/>

<a:satMod val="200000"/>

</a:schemeClr>

</a:gs>

</a:gsLst>


-<a:path path="circle">

<a:fillToRect r="50000" b="50000" t="50000" l="50000"/>

</a:path>

</a:gradFill>

</a:bgFillStyleLst>

</a:fmtScheme>

</a:themeElements>

<a:objectDefaults/>

<a:extraClrSchemeLst/>

</a:theme>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml" pkg:name="/word/settings.xml">


-<pkg:xmlData>


-<w:settings xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main">

<w:zoom w:percent="119"/>

<w:bordersDoNotSurroundHeader/>

<w:bordersDoNotSurroundFooter/>

<w:defaultTabStop w:val="420"/>

<w:drawingGridVerticalSpacing w:val="156"/>

<w:displayHorizontalDrawingGridEvery w:val="0"/>

<w:displayVerticalDrawingGridEvery w:val="2"/>

<w:characterSpacingControl w:val="compressPunctuation"/>


-<w:compat>

<w:spaceForUL/>

<w:balanceSingleByteDoubleByteWidth/>

<w:doNotLeaveBackslashAlone/>

<w:ulTrailSpace/>

<w:doNotExpandShiftReturn/>

<w:adjustLineHeightInTable/>

<w:useFELayout/>

<w:compatSetting w:name="compatibilityMode" w:val="14" w:uri="http://schemas.microsoft.com/office/word"/>

<w:compatSetting w:name="overrideTableStyleFontSizeAndJustification" w:val="1" w:uri="http://schemas.microsoft.com/office/word"/>

<w:compatSetting w:name="enableOpenTypeFeatures" w:val="1" w:uri="http://schemas.microsoft.com/office/word"/>

<w:compatSetting w:name="doNotFlipMirrorIndents" w:val="1" w:uri="http://schemas.microsoft.com/office/word"/>

</w:compat>


-<w:rsids>

<w:rsidRoot w:val="00065524"/>

<w:rsid w:val="00065524"/>

<w:rsid w:val="007B455B"/>

<w:rsid w:val="007B6C30"/>

</w:rsids>


-<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="--"/>

<m:smallFrac m:val="0"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr>

<w:themeFontLang w:val="en-US" w:eastAsia="zh-CN"/>

<w:clrSchemeMapping w:followedHyperlink="followedHyperlink" w:hyperlink="hyperlink" w:accent6="accent6" w:accent5="accent5" w:accent4="accent4" w:accent3="accent3" w:accent2="accent2" w:accent1="accent1" w:t2="dark2" w:bg2="light2" w:t1="dark1" w:bg1="light1"/>


-<w:shapeDefaults>

<o:shapedefaults spidmax="1026" v:ext="edit"/>


-<o:shapelayout v:ext="edit">

<o:idmap v:ext="edit" data="1"/>

</o:shapelayout>

</w:shapeDefaults>

<w:decimalSymbol w:val="."/>

<w:listSeparator w:val=","/>

</w:settings>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml" pkg:name="/word/webSettings.xml">


-<pkg:xmlData>


-<w:webSettings xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14">

<w:optimizeForBrowser/>

<w:allowPNG/>

</w:webSettings>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.ms-word.stylesWithEffects+xml" pkg:name="/word/stylesWithEffects.xml">


-<pkg:xmlData>


-<w:styles xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" mc:Ignorable="w14 wp14">


-<w:docDefaults>


-<w:rPrDefault>


-<w:rPr>

<w:rFonts w:hAnsiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:asciiTheme="minorHAnsi" w:cstheme="minorBidi"/>

<w:kern w:val="2"/>

<w:sz w:val="21"/>

<w:szCs w:val="22"/>

<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA"/>

</w:rPr>

</w:rPrDefault>

<w:pPrDefault/>

</w:docDefaults>


-<w:latentStyles w:count="267" w:defQFormat="0" w:defUnhideWhenUsed="1" w:defSemiHidden="1" w:defUIPriority="99" w:defLockedState="0">

<w:lsdException w:name="Normal" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0"/>

<w:lsdException w:name="heading 1" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="9" w:semiHidden="0"/>

<w:lsdException w:name="heading 2" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 3" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 4" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 5" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 6" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 7" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 8" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 9" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="toc 1" w:uiPriority="39"/>

<w:lsdException w:name="toc 2" w:uiPriority="39"/>

<w:lsdException w:name="toc 3" w:uiPriority="39"/>

<w:lsdException w:name="toc 4" w:uiPriority="39"/>

<w:lsdException w:name="toc 5" w:uiPriority="39"/>

<w:lsdException w:name="toc 6" w:uiPriority="39"/>

<w:lsdException w:name="toc 7" w:uiPriority="39"/>

<w:lsdException w:name="toc 8" w:uiPriority="39"/>

<w:lsdException w:name="toc 9" w:uiPriority="39"/>

<w:lsdException w:name="caption" w:qFormat="1" w:uiPriority="35"/>

<w:lsdException w:name="Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="10" w:semiHidden="0"/>

<w:lsdException w:name="Default Paragraph Font" w:uiPriority="1"/>

<w:lsdException w:name="Subtitle" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="11" w:semiHidden="0"/>

<w:lsdException w:name="Strong" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="22" w:semiHidden="0"/>

<w:lsdException w:name="Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="20" w:semiHidden="0"/>

<w:lsdException w:name="Table Grid" w:unhideWhenUsed="0" w:uiPriority="59" w:semiHidden="0"/>

<w:lsdException w:name="Placeholder Text" w:unhideWhenUsed="0"/>

<w:lsdException w:name="No Spacing" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="1" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 1" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Revision" w:unhideWhenUsed="0"/>

<w:lsdException w:name="List Paragraph" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="34" w:semiHidden="0"/>

<w:lsdException w:name="Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="29" w:semiHidden="0"/>

<w:lsdException w:name="Intense Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="30" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 1" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 1" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 1" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 2" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 2" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 2" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 2" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 3" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 3" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 3" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 4" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 4" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 4" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 4" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 5" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 5" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 5" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 5" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 6" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 6" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 6" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 6" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Subtle Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="19" w:semiHidden="0"/>

<w:lsdException w:name="Intense Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="21" w:semiHidden="0"/>

<w:lsdException w:name="Subtle Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="31" w:semiHidden="0"/>

<w:lsdException w:name="Intense Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="32" w:semiHidden="0"/>

<w:lsdException w:name="Book Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="33" w:semiHidden="0"/>

<w:lsdException w:name="Bibliography" w:uiPriority="37"/>

<w:lsdException w:name="TOC Heading" w:qFormat="1" w:uiPriority="39"/>

</w:latentStyles>


-<w:style w:type="paragraph" w:styleId="a" w:default="1">

<w:name w:val="Normal"/>

<w:qFormat/>


-<w:pPr>

<w:widowControl w:val="0"/>

<w:jc w:val="both"/>

</w:pPr>

</w:style>


-<w:style w:type="character" w:styleId="a0" w:default="1">

<w:name w:val="Default Paragraph Font"/>

<w:uiPriority w:val="1"/>

<w:semiHidden/>

<w:unhideWhenUsed/>

</w:style>


-<w:style w:type="table" w:styleId="a1" w:default="1">

<w:name w:val="Normal Table"/>

<w:uiPriority w:val="99"/>

<w:semiHidden/>

<w:unhideWhenUsed/>


-<w:tblPr>

<w:tblInd w:w="0" w:type="dxa"/>


-<w:tblCellMar>

<w:top w:w="0" w:type="dxa"/>

<w:left w:w="108" w:type="dxa"/>

<w:bottom w:w="0" w:type="dxa"/>

<w:right w:w="108" w:type="dxa"/>

</w:tblCellMar>

</w:tblPr>

</w:style>


-<w:style w:type="numbering" w:styleId="a2" w:default="1">

<w:name w:val="No List"/>

<w:uiPriority w:val="99"/>

<w:semiHidden/>

<w:unhideWhenUsed/>

</w:style>

</w:styles>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:padding="256" pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml" pkg:name="/docProps/core.xml">


-<pkg:xmlData>


-<cp:coreProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties">

<dc:creator>xb21cn</dc:creator>

<cp:lastModifiedBy>xb21cn</cp:lastModifiedBy>

<cp:revision>2</cp:revision>

<dcterms:created xsi:type="dcterms:W3CDTF">2021-08-14T15:14:00Z</dcterms:created>

<dcterms:modified xsi:type="dcterms:W3CDTF">2021-08-14T15:14:00Z</dcterms:modified>

</cp:coreProperties>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml" pkg:name="/word/styles.xml">


-<pkg:xmlData>


-<w:styles xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14">


-<w:docDefaults>


-<w:rPrDefault>


-<w:rPr>

<w:rFonts w:hAnsiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:asciiTheme="minorHAnsi" w:cstheme="minorBidi"/>

<w:kern w:val="2"/>

<w:sz w:val="21"/>

<w:szCs w:val="22"/>

<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA"/>

</w:rPr>

</w:rPrDefault>

<w:pPrDefault/>

</w:docDefaults>


-<w:latentStyles w:count="267" w:defQFormat="0" w:defUnhideWhenUsed="1" w:defSemiHidden="1" w:defUIPriority="99" w:defLockedState="0">

<w:lsdException w:name="Normal" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0"/>

<w:lsdException w:name="heading 1" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="9" w:semiHidden="0"/>

<w:lsdException w:name="heading 2" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 3" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 4" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 5" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 6" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 7" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 8" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="heading 9" w:qFormat="1" w:uiPriority="9"/>

<w:lsdException w:name="toc 1" w:uiPriority="39"/>

<w:lsdException w:name="toc 2" w:uiPriority="39"/>

<w:lsdException w:name="toc 3" w:uiPriority="39"/>

<w:lsdException w:name="toc 4" w:uiPriority="39"/>

<w:lsdException w:name="toc 5" w:uiPriority="39"/>

<w:lsdException w:name="toc 6" w:uiPriority="39"/>

<w:lsdException w:name="toc 7" w:uiPriority="39"/>

<w:lsdException w:name="toc 8" w:uiPriority="39"/>

<w:lsdException w:name="toc 9" w:uiPriority="39"/>

<w:lsdException w:name="caption" w:qFormat="1" w:uiPriority="35"/>

<w:lsdException w:name="Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="10" w:semiHidden="0"/>

<w:lsdException w:name="Default Paragraph Font" w:uiPriority="1"/>

<w:lsdException w:name="Subtitle" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="11" w:semiHidden="0"/>

<w:lsdException w:name="Strong" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="22" w:semiHidden="0"/>

<w:lsdException w:name="Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="20" w:semiHidden="0"/>

<w:lsdException w:name="Table Grid" w:unhideWhenUsed="0" w:uiPriority="59" w:semiHidden="0"/>

<w:lsdException w:name="Placeholder Text" w:unhideWhenUsed="0"/>

<w:lsdException w:name="No Spacing" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="1" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 1" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Revision" w:unhideWhenUsed="0"/>

<w:lsdException w:name="List Paragraph" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="34" w:semiHidden="0"/>

<w:lsdException w:name="Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="29" w:semiHidden="0"/>

<w:lsdException w:name="Intense Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="30" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 1" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 1" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 1" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 2" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 2" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 2" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 2" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 3" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 3" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 3" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 4" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 4" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 4" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 4" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 5" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 5" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 5" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 5" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Light Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>

<w:lsdException w:name="Light List Accent 6" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>

<w:lsdException w:name="Light Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>

<w:lsdException w:name="Medium Shading 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>

<w:lsdException w:name="Medium List 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>

<w:lsdException w:name="Medium Grid 3 Accent 6" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>

<w:lsdException w:name="Dark List Accent 6" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>

<w:lsdException w:name="Colorful List Accent 6" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>

<w:lsdException w:name="Colorful Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>

<w:lsdException w:name="Subtle Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="19" w:semiHidden="0"/>

<w:lsdException w:name="Intense Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="21" w:semiHidden="0"/>

<w:lsdException w:name="Subtle Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="31" w:semiHidden="0"/>

<w:lsdException w:name="Intense Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="32" w:semiHidden="0"/>

<w:lsdException w:name="Book Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="33" w:semiHidden="0"/>

<w:lsdException w:name="Bibliography" w:uiPriority="37"/>

<w:lsdException w:name="TOC Heading" w:qFormat="1" w:uiPriority="39"/>

</w:latentStyles>


-<w:style w:type="paragraph" w:styleId="a" w:default="1">

<w:name w:val="Normal"/>

<w:qFormat/>


-<w:pPr>

<w:widowControl w:val="0"/>

<w:jc w:val="both"/>

</w:pPr>

</w:style>


-<w:style w:type="character" w:styleId="a0" w:default="1">

<w:name w:val="Default Paragraph Font"/>

<w:uiPriority w:val="1"/>

<w:semiHidden/>

<w:unhideWhenUsed/>

</w:style>


-<w:style w:type="table" w:styleId="a1" w:default="1">

<w:name w:val="Normal Table"/>

<w:uiPriority w:val="99"/>

<w:semiHidden/>

<w:unhideWhenUsed/>


-<w:tblPr>

<w:tblInd w:w="0" w:type="dxa"/>


-<w:tblCellMar>

<w:top w:w="0" w:type="dxa"/>

<w:left w:w="108" w:type="dxa"/>

<w:bottom w:w="0" w:type="dxa"/>

<w:right w:w="108" w:type="dxa"/>

</w:tblCellMar>

</w:tblPr>

</w:style>


-<w:style w:type="numbering" w:styleId="a2" w:default="1">

<w:name w:val="No List"/>

<w:uiPriority w:val="99"/>

<w:semiHidden/>

<w:unhideWhenUsed/>

</w:style>

</w:styles>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml" pkg:name="/word/fontTable.xml">


-<pkg:xmlData>


-<w:fonts xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14">


-<w:font w:name="Calibri">

<w:panose1 w:val="020F0502020204030204"/>

<w:charset w:val="00"/>

<w:family w:val="swiss"/>

<w:pitch w:val="variable"/>

<w:sig w:csb1="00000000" w:csb0="000001FF" w:usb3="00000000" w:usb2="00000009" w:usb1="C000247B" w:usb0="E4002EFF"/>

</w:font>


-<w:font w:name="宋體">

<w:altName w:val="SimSun"/>

<w:panose1 w:val="02010600030101010101"/>

<w:charset w:val="86"/>

<w:family w:val="auto"/>

<w:pitch w:val="variable"/>

<w:sig w:csb1="00000000" w:csb0="00040001" w:usb3="00000000" w:usb2="00000016" w:usb1="288F0000" w:usb0="00000003"/>

</w:font>


-<w:font w:name="Times New Roman">

<w:panose1 w:val="02020603050405020304"/>

<w:charset w:val="00"/>

<w:family w:val="roman"/>

<w:pitch w:val="variable"/>

<w:sig w:csb1="00000000" w:csb0="000001FF" w:usb3="00000000" w:usb2="00000009" w:usb1="C000785B" w:usb0="E0002EFF"/>

</w:font>


-<w:font w:name="黑體">

<w:altName w:val="SimHei"/>

<w:panose1 w:val="02010609060101010101"/>

<w:charset w:val="86"/>

<w:family w:val="modern"/>

<w:pitch w:val="fixed"/>

<w:sig w:csb1="00000000" w:csb0="00040001" w:usb3="00000000" w:usb2="00000016" w:usb1="38CF7CFA" w:usb0="800002BF"/>

</w:font>


-<w:font w:name="Cambria">

<w:panose1 w:val="02040503050406030204"/>

<w:charset w:val="00"/>

<w:family w:val="roman"/>

<w:pitch w:val="variable"/>

<w:sig w:csb1="00000000" w:csb0="0000019F" w:usb3="00000000" w:usb2="02000000" w:usb1="420024FF" w:usb0="E00006FF"/>

</w:font>

</w:fonts>

</pkg:xmlData>

</pkg:part>


-<pkg:part pkg:padding="256" pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" pkg:name="/docProps/app.xml">


-<pkg:xmlData>


-<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">

<Template>Normal.dotm</Template>

<TotalTime>1</TotalTime>

<Pages>1</Pages>

<Words>11</Words>

<Characters>69</Characters>

<Application>Microsoft Office Word</Application>

<DocSecurity>0</DocSecurity>

<Lines>1</Lines>

<Paragraphs>1</Paragraphs>

<ScaleCrop>false</ScaleCrop>

<Company/>

<LinksUpToDate>false</LinksUpToDate>

<CharactersWithSpaces>79</CharactersWithSpaces>

<SharedDoc>false</SharedDoc>

<HyperlinksChanged>false</HyperlinksChanged>

<AppVersion>14.0000</AppVersion>

</Properties>

</pkg:xmlData>

</pkg:part>

</pkg:package>

(2)以下是Java代碼

@Controller
@ResponseBody
public class pkl {
    @GetMapping("/createDoc")
    public void hello(HttpServletRequest request, HttpServletResponse response){
        try {
            String title = "靜夜思";
            String body = "床前明月光,疑是地上霜,舉頭望明月,低頭思故鄉";
            String doc = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>" +
                    "<?mso-application progid=\"Word.Document\"?>" +
                    "<pkg:package xmlns:pkg=\"http://schemas.microsoft.com/office/2006/xmlPackage\"><pkg:part pkg:name=\"/_rels/.rels\" pkg:contentType=\"application/vnd.openxmlformats-package.relationships+xml\" pkg:padding=\"512\"><pkg:xmlData><Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\" Target=\"docProps/app.xml\"/><Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\" Target=\"docProps/core.xml\"/><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\" Target=\"word/document.xml\"/></Relationships></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/_rels/document.xml.rels\" pkg:contentType=\"application/vnd.openxmlformats-package.relationships+xml\" pkg:padding=\"256\"><pkg:xmlData><Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\" Target=\"settings.xml\"/><Relationship Id=\"rId2\" Type=\"http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects\" Target=\"stylesWithEffects.xml\"/><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\" Target=\"styles.xml\"/><Relationship Id=\"rId6\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Target=\"theme/theme1.xml\"/><Relationship Id=\"rId5\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\" Target=\"fontTable.xml\"/><Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings\" Target=\"webSettings.xml\"/></Relationships></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/document.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml\"><pkg:xmlData><w:document mc:Ignorable=\"w14 wp14\" xmlns:wpc=\"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:wp14=\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\" xmlns:wp=\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\" xmlns:wpg=\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\" xmlns:wpi=\"http://schemas.microsoft.com/office/word/2010/wordprocessingInk\" xmlns:wne=\"http://schemas.microsoft.com/office/word/2006/wordml\" xmlns:wps=\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\"><w:body><w:p w:rsidR=\"007B455B\" w:rsidRDefault=\"007B6C30\" w:rsidP=\"007B6C30\"><w:pPr><w:jc w:val=\"center\"/><w:rPr><w:rFonts w:ascii=\"黑體\" w:eastAsia=\"黑體\" w:hAnsi=\"黑體\" w:hint=\"eastAsia\"/><w:sz w:val=\"44\"/><w:szCs w:val=\"44\"/></w:rPr></w:pPr><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:ascii=\"黑體\" w:eastAsia=\"黑體\" w:hAnsi=\"黑體\"/><w:sz w:val=\"44\"/><w:szCs w:val=\"44\"/></w:rPr><w:t>" +
                    title +
                    "</w:t></w:r></w:p><w:p w:rsidR=\"007B6C30\" w:rsidRPr=\"007B6C30\" w:rsidRDefault=\"007B6C30\" w:rsidP=\"007B6C30\"><w:pPr><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii=\"黑體\" w:eastAsia=\"黑體\" w:hAnsi=\"黑體\" w:hint=\"eastAsia\"/><w:sz w:val=\"44\"/><w:szCs w:val=\"44\"/></w:rPr><w:t xml:space=\"preserve\">    </w:t></w:r><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\" w:hint=\"eastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr><w:t>正文</w:t></w:r><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\" w:hint=\"eastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr><w:t>" +
                    body +
                    "</w:t></w:r><w:bookmarkStart w:id=\"0\" w:name=\"_GoBack\"/><w:bookmarkEnd w:id=\"0\"/><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\" w:hint=\"eastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr><w:t></w:t></w:r></w:p><w:sectPr w:rsidR=\"007B6C30\" w:rsidRPr=\"007B6C30\"><w:pgSz w:w=\"11906\" w:h=\"16838\"/><w:pgMar w:top=\"1440\" w:right=\"1800\" w:bottom=\"1440\" w:left=\"1800\" w:header=\"851\" w:footer=\"992\" w:gutter=\"0\"/><w:cols w:space=\"425\"/><w:docGrid w:type=\"lines\" w:linePitch=\"312\"/></w:sectPr></w:body></w:document></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/theme/theme1.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.theme+xml\"><pkg:xmlData><a:theme name=\"Office 主題\u200B\u200B\" xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\"><a:themeElements><a:clrScheme name=\"Office\"><a:dk1><a:sysClr val=\"windowText\" lastClr=\"000000\"/></a:dk1><a:lt1><a:sysClr val=\"window\" lastClr=\"FFFFFF\"/></a:lt1><a:dk2><a:srgbClr val=\"1F497D\"/></a:dk2><a:lt2><a:srgbClr val=\"EEECE1\"/></a:lt2><a:accent1><a:srgbClr val=\"4F81BD\"/></a:accent1><a:accent2><a:srgbClr val=\"C0504D\"/></a:accent2><a:accent3><a:srgbClr val=\"9BBB59\"/></a:accent3><a:accent4><a:srgbClr val=\"8064A2\"/></a:accent4><a:accent5><a:srgbClr val=\"4BACC6\"/></a:accent5><a:accent6><a:srgbClr val=\"F79646\"/></a:accent6><a:hlink><a:srgbClr val=\"0000FF\"/></a:hlink><a:folHlink><a:srgbClr val=\"800080\"/></a:folHlink></a:clrScheme><a:fontScheme name=\"Office\"><a:majorFont><a:latin typeface=\"Cambria\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS ゴシック\"/><a:font script=\"Hang\" typeface=\"?? ??\"/><a:font script=\"Hans\" typeface=\"宋體\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Times New Roman\"/><a:font script=\"Hebr\" typeface=\"Times New Roman\"/><a:font script=\"Thai\" typeface=\"Angsana New\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"MoolBoran\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Times New Roman\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:majorFont><a:minorFont><a:latin typeface=\"Calibri\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS 明朝\"/><a:font script=\"Hang\" typeface=\"?? ??\"/><a:font script=\"Hans\" typeface=\"宋體\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Arial\"/><a:font script=\"Hebr\" typeface=\"Arial\"/><a:font script=\"Thai\" typeface=\"Cordia New\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"DaunPenh\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Arial\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:minorFont></a:fontScheme><a:fmtScheme name=\"Office\"><a:fillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"35000\"><a:schemeClr val=\"phClr\"><a:tint val=\"37000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"15000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"1\"/></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:shade val=\"51000\"/><a:satMod val=\"130000\"/></a:schemeClr></a:gs><a:gs pos=\"80000\"><a:schemeClr val=\"phClr\"><a:shade val=\"93000\"/><a:satMod val=\"130000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"94000\"/><a:satMod val=\"135000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"0\"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w=\"9525\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"><a:shade val=\"95000\"/><a:satMod val=\"105000\"/></a:schemeClr></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"25400\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"38100\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"38000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst=\"orthographicFront\"><a:rot lat=\"0\" lon=\"0\" rev=\"0\"/></a:camera><a:lightRig rig=\"threePt\" dir=\"t\"><a:rot lat=\"0\" lon=\"0\" rev=\"1200000\"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w=\"63500\" h=\"25400\"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"40000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"40000\"><a:schemeClr val=\"phClr\"><a:tint val=\"45000\"/><a:shade val=\"99000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"20000\"/><a:satMod val=\"255000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"-80000\" r=\"50000\" b=\"180000\"/></a:path></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"80000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"30000\"/><a:satMod val=\"200000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"50000\" r=\"50000\" b=\"50000\"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults/><a:extraClrSchemeLst/></a:theme></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/settings.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml\"><pkg:xmlData><w:settings mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\" xmlns:sl=\"http://schemas.openxmlformats.org/schemaLibrary/2006/main\"><w:zoom w:percent=\"119\"/><w:bordersDoNotSurroundHeader/><w:bordersDoNotSurroundFooter/><w:defaultTabStop w:val=\"420\"/><w:drawingGridVerticalSpacing w:val=\"156\"/><w:displayHorizontalDrawingGridEvery w:val=\"0\"/><w:displayVerticalDrawingGridEvery w:val=\"2\"/><w:characterSpacingControl w:val=\"compressPunctuation\"/><w:compat><w:spaceForUL/><w:balanceSingleByteDoubleByteWidth/><w:doNotLeaveBackslashAlone/><w:ulTrailSpace/><w:doNotExpandShiftReturn/><w:adjustLineHeightInTable/><w:useFELayout/><w:compatSetting w:name=\"compatibilityMode\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"14\"/><w:compatSetting w:name=\"overrideTableStyleFontSizeAndJustification\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\"/><w:compatSetting w:name=\"enableOpenTypeFeatures\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\"/><w:compatSetting w:name=\"doNotFlipMirrorIndents\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\"/></w:compat><w:rsids><w:rsidRoot w:val=\"00065524\"/><w:rsid w:val=\"00065524\"/><w:rsid w:val=\"007B455B\"/><w:rsid w:val=\"007B6C30\"/></w:rsids><m:mathPr><m:mathFont m:val=\"Cambria Math\"/><m:brkBin m:val=\"before\"/><m:brkBinSub m:val=\"--\"/><m:smallFrac m:val=\"0\"/><m:dispDef/><m:lMargin m:val=\"0\"/><m:rMargin m:val=\"0\"/><m:defJc m:val=\"centerGroup\"/><m:wrapIndent m:val=\"1440\"/><m:intLim m:val=\"subSup\"/><m:naryLim m:val=\"undOvr\"/></m:mathPr><w:themeFontLang w:val=\"en-US\" w:eastAsia=\"zh-CN\"/><w:clrSchemeMapping w:bg1=\"light1\" w:t1=\"dark1\" w:bg2=\"light2\" w:t2=\"dark2\" w:accent1=\"accent1\" w:accent2=\"accent2\" w:accent3=\"accent3\" w:accent4=\"accent4\" w:accent5=\"accent5\" w:accent6=\"accent6\" w:hyperlink=\"hyperlink\" w:followedHyperlink=\"followedHyperlink\"/><w:shapeDefaults><o:shapedefaults v:ext=\"edit\" spidmax=\"1026\"/><o:shapelayout v:ext=\"edit\"><o:idmap v:ext=\"edit\" data=\"1\"/></o:shapelayout></w:shapeDefaults><w:decimalSymbol w:val=\".\"/><w:listSeparator w:val=\",\"/></w:settings></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/webSettings.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml\"><pkg:xmlData><w:webSettings mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"><w:optimizeForBrowser/><w:allowPNG/></w:webSettings></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/stylesWithEffects.xml\" pkg:contentType=\"application/vnd.ms-word.stylesWithEffects+xml\"><pkg:xmlData><w:styles mc:Ignorable=\"w14 wp14\" xmlns:wpc=\"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:wp14=\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\" xmlns:wp=\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\" xmlns:wpg=\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\" xmlns:wpi=\"http://schemas.microsoft.com/office/word/2010/wordprocessingInk\" xmlns:wne=\"http://schemas.microsoft.com/office/word/2006/wordml\" xmlns:wps=\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\"><w:docDefaults><w:rPrDefault><w:rPr><w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorEastAsia\" w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\"/><w:kern w:val=\"2\"/><w:sz w:val=\"21\"/><w:szCs w:val=\"22\"/><w:lang w:val=\"en-US\" w:eastAsia=\"zh-CN\" w:bidi=\"ar-SA\"/></w:rPr></w:rPrDefault><w:pPrDefault/></w:docDefaults><w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"99\" w:defSemiHidden=\"1\" w:defUnhideWhenUsed=\"1\" w:defQFormat=\"0\" w:count=\"267\"><w:lsdException w:name=\"Normal\" w:semiHidden=\"0\" w:uiPriority=\"0\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 1\" w:semiHidden=\"0\" w:uiPriority=\"9\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 2\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 3\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 4\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 5\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 6\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 7\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 8\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 9\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"toc 1\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 2\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 3\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 4\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 5\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 6\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 7\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 8\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 9\" w:uiPriority=\"39\"/><w:lsdException w:name=\"caption\" w:uiPriority=\"35\" w:qFormat=\"1\"/><w:lsdException w:name=\"Title\" w:semiHidden=\"0\" w:uiPriority=\"10\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Default Paragraph Font\" w:uiPriority=\"1\"/><w:lsdException w:name=\"Subtitle\" w:semiHidden=\"0\" w:uiPriority=\"11\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Strong\" w:semiHidden=\"0\" w:uiPriority=\"22\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"20\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Table Grid\" w:semiHidden=\"0\" w:uiPriority=\"59\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Placeholder Text\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"No Spacing\" w:semiHidden=\"0\" w:uiPriority=\"1\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Light Shading\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Revision\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"List Paragraph\" w:semiHidden=\"0\" w:uiPriority=\"34\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Quote\" w:semiHidden=\"0\" w:uiPriority=\"29\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Quote\" w:semiHidden=\"0\" w:uiPriority=\"30\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Medium List 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Subtle Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"19\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"21\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Subtle Reference\" w:semiHidden=\"0\" w:uiPriority=\"31\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Reference\" w:semiHidden=\"0\" w:uiPriority=\"32\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Book Title\" w:semiHidden=\"0\" w:uiPriority=\"33\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Bibliography\" w:uiPriority=\"37\"/><w:lsdException w:name=\"TOC Heading\" w:uiPriority=\"39\" w:qFormat=\"1\"/></w:latentStyles><w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"a\"><w:name w:val=\"Normal\"/><w:qFormat/><w:pPr><w:widowControl w:val=\"0\"/><w:jc w:val=\"both\"/></w:pPr></w:style><w:style w:type=\"character\" w:default=\"1\" w:styleId=\"a0\"><w:name w:val=\"Default Paragraph Font\"/><w:uiPriority w:val=\"1\"/><w:semiHidden/><w:unhideWhenUsed/></w:style><w:style w:type=\"table\" w:default=\"1\" w:styleId=\"a1\"><w:name w:val=\"Normal Table\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/><w:tblPr><w:tblInd w:w=\"0\" w:type=\"dxa\"/><w:tblCellMar><w:top w:w=\"0\" w:type=\"dxa\"/><w:left w:w=\"108\" w:type=\"dxa\"/><w:bottom w:w=\"0\" w:type=\"dxa\"/><w:right w:w=\"108\" w:type=\"dxa\"/></w:tblCellMar></w:tblPr></w:style><w:style w:type=\"numbering\" w:default=\"1\" w:styleId=\"a2\"><w:name w:val=\"No List\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/></w:style></w:styles></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/docProps/core.xml\" pkg:contentType=\"application/vnd.openxmlformats-package.core-properties+xml\" pkg:padding=\"256\"><pkg:xmlData><cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><dc:creator>xb21cn</dc:creator><cp:lastModifiedBy>xb21cn</cp:lastModifiedBy><cp:revision>2</cp:revision><dcterms:created xsi:type=\"dcterms:W3CDTF\">2021-08-14T15:14:00Z</dcterms:created><dcterms:modified xsi:type=\"dcterms:W3CDTF\">2021-08-14T15:14:00Z</dcterms:modified></cp:coreProperties></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/styles.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml\"><pkg:xmlData><w:styles mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"><w:docDefaults><w:rPrDefault><w:rPr><w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorEastAsia\" w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\"/><w:kern w:val=\"2\"/><w:sz w:val=\"21\"/><w:szCs w:val=\"22\"/><w:lang w:val=\"en-US\" w:eastAsia=\"zh-CN\" w:bidi=\"ar-SA\"/></w:rPr></w:rPrDefault><w:pPrDefault/></w:docDefaults><w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"99\" w:defSemiHidden=\"1\" w:defUnhideWhenUsed=\"1\" w:defQFormat=\"0\" w:count=\"267\"><w:lsdException w:name=\"Normal\" w:semiHidden=\"0\" w:uiPriority=\"0\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 1\" w:semiHidden=\"0\" w:uiPriority=\"9\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 2\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 3\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 4\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 5\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 6\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 7\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 8\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 9\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"toc 1\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 2\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 3\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 4\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 5\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 6\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 7\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 8\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 9\" w:uiPriority=\"39\"/><w:lsdException w:name=\"caption\" w:uiPriority=\"35\" w:qFormat=\"1\"/><w:lsdException w:name=\"Title\" w:semiHidden=\"0\" w:uiPriority=\"10\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Default Paragraph Font\" w:uiPriority=\"1\"/><w:lsdException w:name=\"Subtitle\" w:semiHidden=\"0\" w:uiPriority=\"11\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Strong\" w:semiHidden=\"0\" w:uiPriority=\"22\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"20\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Table Grid\" w:semiHidden=\"0\" w:uiPriority=\"59\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Placeholder Text\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"No Spacing\" w:semiHidden=\"0\" w:uiPriority=\"1\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Light Shading\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Revision\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"List Paragraph\" w:semiHidden=\"0\" w:uiPriority=\"34\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Quote\" w:semiHidden=\"0\" w:uiPriority=\"29\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Quote\" w:semiHidden=\"0\" w:uiPriority=\"30\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Medium List 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Subtle Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"19\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"21\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Subtle Reference\" w:semiHidden=\"0\" w:uiPriority=\"31\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Reference\" w:semiHidden=\"0\" w:uiPriority=\"32\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Book Title\" w:semiHidden=\"0\" w:uiPriority=\"33\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Bibliography\" w:uiPriority=\"37\"/><w:lsdException w:name=\"TOC Heading\" w:uiPriority=\"39\" w:qFormat=\"1\"/></w:latentStyles><w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"a\"><w:name w:val=\"Normal\"/><w:qFormat/><w:pPr><w:widowControl w:val=\"0\"/><w:jc w:val=\"both\"/></w:pPr></w:style><w:style w:type=\"character\" w:default=\"1\" w:styleId=\"a0\"><w:name w:val=\"Default Paragraph Font\"/><w:uiPriority w:val=\"1\"/><w:semiHidden/><w:unhideWhenUsed/></w:style><w:style w:type=\"table\" w:default=\"1\" w:styleId=\"a1\"><w:name w:val=\"Normal Table\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/><w:tblPr><w:tblInd w:w=\"0\" w:type=\"dxa\"/><w:tblCellMar><w:top w:w=\"0\" w:type=\"dxa\"/><w:left w:w=\"108\" w:type=\"dxa\"/><w:bottom w:w=\"0\" w:type=\"dxa\"/><w:right w:w=\"108\" w:type=\"dxa\"/></w:tblCellMar></w:tblPr></w:style><w:style w:type=\"numbering\" w:default=\"1\" w:styleId=\"a2\"><w:name w:val=\"No List\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/></w:style></w:styles></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/fontTable.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml\"><pkg:xmlData><w:fonts mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"><w:font w:name=\"Calibri\"><w:panose1 w:val=\"020F0502020204030204\"/><w:charset w:val=\"00\"/><w:family w:val=\"swiss\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"E4002EFF\" w:usb1=\"C000247B\" w:usb2=\"00000009\" w:usb3=\"00000000\" w:csb0=\"000001FF\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"宋體\"><w:altName w:val=\"SimSun\"/><w:panose1 w:val=\"02010600030101010101\"/><w:charset w:val=\"86\"/><w:family w:val=\"auto\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"00000003\" w:usb1=\"288F0000\" w:usb2=\"00000016\" w:usb3=\"00000000\" w:csb0=\"00040001\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"Times New Roman\"><w:panose1 w:val=\"02020603050405020304\"/><w:charset w:val=\"00\"/><w:family w:val=\"roman\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"E0002EFF\" w:usb1=\"C000785B\" w:usb2=\"00000009\" w:usb3=\"00000000\" w:csb0=\"000001FF\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"黑體\"><w:altName w:val=\"SimHei\"/><w:panose1 w:val=\"02010609060101010101\"/><w:charset w:val=\"86\"/><w:family w:val=\"modern\"/><w:pitch w:val=\"fixed\"/><w:sig w:usb0=\"800002BF\" w:usb1=\"38CF7CFA\" w:usb2=\"00000016\" w:usb3=\"00000000\" w:csb0=\"00040001\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"Cambria\"><w:panose1 w:val=\"02040503050406030204\"/><w:charset w:val=\"00\"/><w:family w:val=\"roman\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"E00006FF\" w:usb1=\"420024FF\" w:usb2=\"02000000\" w:usb3=\"00000000\" w:csb0=\"0000019F\" w:csb1=\"00000000\"/></w:font></w:fonts></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/docProps/app.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.extended-properties+xml\" pkg:padding=\"256\"><pkg:xmlData><Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\"><Template>Normal.dotm</Template><TotalTime>1</TotalTime><Pages>1</Pages><Words>11</Words><Characters>69</Characters><Application>Microsoft Office Word</Application><DocSecurity>0</DocSecurity><Lines>1</Lines><Paragraphs>1</Paragraphs><ScaleCrop>false</ScaleCrop><Company/><LinksUpToDate>false</LinksUpToDate><CharactersWithSpaces>79</CharactersWithSpaces><SharedDoc>false</SharedDoc><HyperlinksChanged>false</HyperlinksChanged><AppVersion>14.0000</AppVersion></Properties></pkg:xmlData></pkg:part></pkg:package>";
            response.setContentType("application/msword;charset=UTF-8");
            response.setHeader("Content-Disposition", "attachment; filename="
                    + new String(title.getBytes("utf-8"), "ISO8859-1") + ".doc");
            response.getWriter().write(doc);
        }catch (Exception e){
            e.printStackTrace();
        }
    }
}

PDF沒有測驗過,但是估計也是同理

轉載請標明出處

轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/294205.html

標籤:java

上一篇:秒懂八皇后,秒殺漢諾塔,搞定迷宮問題---風之java

下一篇:全國計算機等級考試二級Python(2021年9月)備考筆記 第二天

標籤雲
其他(157675) Python(38076) JavaScript(25376) Java(17977) C(15215) 區塊鏈(8255) C#(7972) AI(7469) 爪哇(7425) MySQL(7132) html(6777) 基礎類(6313) sql(6102) 熊猫(6058) PHP(5869) 数组(5741) R(5409) Linux(5327) 反应(5209) 腳本語言(PerlPython)(5129) 非技術區(4971) Android(4554) 数据框(4311) css(4259) 节点.js(4032) C語言(3288) json(3245) 列表(3129) 扑(3119) C++語言(3117) 安卓(2998) 打字稿(2995) VBA(2789) Java相關(2746) 疑難問題(2699) 细绳(2522) 單片機工控(2479) iOS(2429) ASP.NET(2402) MongoDB(2323) 麻木的(2285) 正则表达式(2254) 字典(2211) 循环(2198) 迅速(2185) 擅长(2169) 镖(2155) 功能(1967) .NET技术(1958) Web開發(1951) python-3.x(1918) HtmlCss(1915) 弹簧靴(1913) C++(1909) xml(1889) PostgreSQL(1872) .NETCore(1853) 谷歌表格(1846) Unity3D(1843) for循环(1842)

熱門瀏覽
  • 【C++】Microsoft C++、C 和匯編程式檔案

    ......

    uj5u.com 2020-09-10 00:57:23 more
  • 例外宣告

    相比于斷言適用于排除邏輯上不可能存在的狀態,例外通常是用于邏輯上可能發生的錯誤。 例外宣告 Item 1:當函式不可能拋出例外或不能接受拋出例外時,使用noexcept 理由 如果不打算拋出例外的話,程式就會認為無法處理這種錯誤,并且應當盡早終止,如此可以有效地阻止例外的傳播與擴散。 示例 //不可 ......

    uj5u.com 2020-09-10 00:57:27 more
  • Codeforces 1400E Clear the Multiset(貪心 + 分治)

    鏈接:https://codeforces.com/problemset/problem/1400/E 來源:Codeforces 思路:給你一個陣列,現在你可以進行兩種操作,操作1:將一段沒有 0 的區間進行減一的操作,操作2:將 i 位置上的元素歸零。最終問:將這個陣列的全部元素歸零后操作的最少 ......

    uj5u.com 2020-09-10 00:57:30 more
  • UVA11610 【Reverse Prime】

    本人看到此題沒有翻譯,就附帶了一個自己的翻譯版本 思考 這一題,它的第一個要求是找出所有 $7$ 位反向質數及其質因數的個數。 我們應該需要質數篩篩選1~$10^{7}$的所有數,這里就不慢慢介紹了。但是,重讀題,我們突然發現反向質數都是 $7$ 位,而將它反過來后的數字卻是 $6$ 位數,這就說明 ......

    uj5u.com 2020-09-10 00:57:36 more
  • 統計區間素數數量

    1 #pragma GCC optimize(2) 2 #include <bits/stdc++.h> 3 using namespace std; 4 bool isprime[1000000010]; 5 vector<int> prime; 6 inline int getlist(int ......

    uj5u.com 2020-09-10 00:57:47 more
  • C/C++編程筆記:C++中的 const 變數詳解,教你正確認識const用法

    1、C中的const 1、區域const變數存放在堆疊區中,會分配記憶體(也就是說可以通過地址間接修改變數的值)。測驗代碼如下: 運行結果: 2、全域const變數存放在只讀資料段(不能通過地址修改,會發生寫入錯誤), 默認為外部聯編,可以給其他源檔案使用(需要用extern關鍵字修飾) 運行結果: ......

    uj5u.com 2020-09-10 00:58:04 more
  • 【C++犯錯記錄】VS2019 MFC添加資源不懂如何修改資源宏ID

    1. 首先在資源視圖中,添加資源 2. 點擊新添加的資源,復制自動生成的ID 3. 在解決方案資源管理器中找到Resource.h檔案,編輯,使用整個專案搜索和替換的方式快速替換 宏宣告 4. Ctrl+Shift+F 全域搜索,點擊查找全部,然后逐個替換 5. 為什么使用搜索替換而不使用屬性視窗直 ......

    uj5u.com 2020-09-10 00:59:11 more
  • 【C++犯錯記錄】VS2019 MFC不懂的批量添加資源

    1. 打開資源頭檔案Resource.h,在其中預先定義好宏 ID(不清楚其實ID值應該設定多少,可以先新建一個相同的資源項,再在這個資源的ID值的基礎上遞增即可) 2. 在資源視圖中選中專案資源,按F7編輯資源檔案,按 ID 型別 相對路徑的形式添加 資源。(別忘了先把檔案拷貝到專案中的res檔案 ......

    uj5u.com 2020-09-10 01:00:19 more
  • C/C++編程筆記:關于C++的參考型別,專供新手入門使用

    今天要講的是C++中我最喜歡的一個用法——參考,也叫別名。 參考就是給一個變數名取一個變數名,方便我們間接地使用這個變數。我們可以給一個變數創建N個參考,這N + 1個變數共享了同一塊記憶體區域。(參考型別的變數會占用記憶體空間,占用的記憶體空間的大小和指標型別的大小是相同的。雖然參考是一個物件的別名,但 ......

    uj5u.com 2020-09-10 01:00:22 more
  • 【C/C++編程筆記】從頭開始學習C ++:初學者完整指南

    眾所周知,C ++的學習曲線陡峭,但是花時間學習這種語言將為您的職業帶來奇跡,并使您與其他開發人員區分開。您會更輕松地學習新語言,形成真正的解決問題的技能,并在編程的基礎上打下堅實的基礎。 C ++將幫助您養成良好的編程習慣(即清晰一致的編碼風格,在撰寫代碼時注釋代碼,并限制類內部的可見性),并且由 ......

    uj5u.com 2020-09-10 01:00:41 more
最新发布
  • Rust中的智能指標:Box<T> Rc<T> Arc<T> Cell<T> RefCell<T> Weak

    Rust中的智能指標是什么 智能指標(smart pointers)是一類資料結構,是擁有資料所有權和額外功能的指標。是指標的進一步發展 指標(pointer)是一個包含記憶體地址的變數的通用概念。這個地址參考,或 ” 指向”(points at)一些其 他資料 。參考以 & 符號為標志并借用了他們所 ......

    uj5u.com 2023-04-20 07:24:10 more
  • Java的值傳遞和參考傳遞

    值傳遞不會改變本身,參考傳遞(如果傳遞的值需要實體化到堆里)如果發生修改了會改變本身。 1.基本資料型別都是值傳遞 package com.example.basic; public class Test { public static void main(String[] args) { int ......

    uj5u.com 2023-04-20 07:24:04 more
  • [2]SpinalHDL教程——Scala簡單入門

    第一個 Scala 程式 shell里面輸入 $ scala scala> 1 + 1 res0: Int = 2 scala> println("Hello World!") Hello World! 檔案形式 object HelloWorld { /* 這是我的第一個 Scala 程式 * 以 ......

    uj5u.com 2023-04-20 07:23:58 more
  • 理解函式指標和回呼函式

    理解 函式指標 指向函式的指標。比如: 理解函式指標的偽代碼 void (*p)(int type, char *data); // 定義一個函式指標p void func(int type, char *data); // 宣告一個函式func p = func; // 將指標p指向函式func ......

    uj5u.com 2023-04-20 07:23:52 more
  • Django筆記二十五之資料庫函式之日期函式

    本文首發于公眾號:Hunter后端 原文鏈接:Django筆記二十五之資料庫函式之日期函式 日期函式主要介紹兩個大類,Extract() 和 Trunc() Extract() 函式作用是提取日期,比如我們可以提取一個日期欄位的年份,月份,日等資料 Trunc() 的作用則是截取,比如 2022-0 ......

    uj5u.com 2023-04-20 07:23:45 more
  • 一天吃透JVM面試八股文

    什么是JVM? JVM,全稱Java Virtual Machine(Java虛擬機),是通過在實際的計算機上仿真模擬各種計算機功能來實作的。由一套位元組碼指令集、一組暫存器、一個堆疊、一個垃圾回收堆和一個存盤方法域等組成。JVM屏蔽了與作業系統平臺相關的資訊,使得Java程式只需要生成在Java虛擬機 ......

    uj5u.com 2023-04-20 07:23:31 more
  • 使用Java接入小程式訂閱訊息!

    更新完微信服務號的模板訊息之后,我又趕緊把微信小程式的訂閱訊息給實作了!之前我一直以為微信小程式也是要企業才能申請,沒想到小程式個人就能申請。 訊息推送平臺🔥推送下發【郵件】【短信】【微信服務號】【微信小程式】【企業微信】【釘釘】等訊息型別。 https://gitee.com/zhongfuch ......

    uj5u.com 2023-04-20 07:22:59 more
  • java -- 緩沖流、轉換流、序列化流

    緩沖流 緩沖流, 也叫高效流, 按照資料型別分類: 位元組緩沖流:BufferedInputStream,BufferedOutputStream 字符緩沖流:BufferedReader,BufferedWriter 緩沖流的基本原理,是在創建流物件時,會創建一個內置的默認大小的緩沖區陣列,通過緩沖 ......

    uj5u.com 2023-04-20 07:22:49 more
  • Java-SpringBoot-Range請求頭設定實作視頻分段傳輸

    老實說,人太懶了,現在基本都不喜歡寫筆記了,但是網上有關Range請求頭的文章都太水了 下面是抄的一段StackOverflow的代碼...自己大修改過的,寫的注釋挺全的,應該直接看得懂,就不解釋了 寫的不好...只是希望能給視頻網站開發的新手一點點幫助吧. 業務場景:視頻分段傳輸、視頻多段傳輸(理 ......

    uj5u.com 2023-04-20 07:22:42 more
  • Windows 10開發教程_編程入門自學教程_菜鳥教程-免費教程分享

    教程簡介 Windows 10開發入門教程 - 從簡單的步驟了解Windows 10開發,從基本到高級概念,包括簡介,UWP,第一個應用程式,商店,XAML控制元件,資料系結,XAML性能,自適應設計,自適應UI,自適應代碼,檔案管理,SQLite資料庫,應用程式到應用程式通信,應用程式本地化,應用程式 ......

    uj5u.com 2023-04-20 07:22:35 more