摘要:        
原始修改字体 XWPFRun run = para.createRun(); run.setText(runText,0); run.setFontFamily("仿宋");//字体 run.setFontSize(16);//字体大小 修改中文字体 XWPFRun run = para.creat    阅读全文
posted @ 2022-08-16 17:36 且行且思 阅读(1635) 评论(0) 推荐(0)
| 
 | |||
| 
摘要:        
原始修改字体 XWPFRun run = para.createRun(); run.setText(runText,0); run.setFontFamily("仿宋");//字体 run.setFontSize(16);//字体大小 修改中文字体 XWPFRun run = para.creat    阅读全文
 posted @ 2022-08-16 17:36 且行且思 阅读(1635) 评论(0) 推荐(0) 
摘要:        
ajaxSubmit()方法代码示例 1 $(function(){ var options = { type: 'POST', url: '提交路径', success:showResponse, dataType: 'json', error : function(xhr, status, er    阅读全文
 posted @ 2022-08-16 09:10 且行且思 阅读(1141) 评论(0) 推荐(0) | |||