欢迎加入Unity业内qq交流群:956187480
一:初始化路径
private string path;
string path_Pic;
string path_Pic_R;
private XWPFDocument doc = new XWPFDocument();
private void Start()
{
path_Pic = Application.streamingAssetsPath + "/0.png";
path_Pic_R = Application.streamingAssetsPath + "/1.png";
path = Application.streamingAssetsPath + "/Hsj" + System.DateTime.Now.ToString("yyyy-MM-dd_HH-mm-ss") + ".docx";
AddPicText();
CreateParagraphPic();
doc.AddPictureData(Rea