">
当前位置:   article > 正文

(五)在前端增加相应代码显示文档_向前端相应文本的java代码是什么

向前端相应文本的java代码是什么
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <!-- 引入需要的js -->
     <script type="text/javascript" src="js/jquery.js"></script>
     <script type="text/javascript" src="js/flexpaper_flash.js"></script>
     <script type="text/javascript" src="js/flexpaper_flash_debug.js"></script> 
  <style type="text/css" media="screen">   
   html, body  { height:100%; }   
   body { margin:0; padding:0; overflow:auto; }  
    #flashContent { display:none; } 
 </style>

 <title>xianshi</title>
  </head>

  <body>
    <div style="position:absolute;left:10px;top:10px;">
            <a id="viewerPlaceHolder" style="width:660px;height:480px;display:block"></a>

            <script type="text/javascript"> 
                var fp = new FlexPaperViewer(   

//                      文件路径要写对
                         'swf/FlexPaperViewer',
                         'viewerPlaceHolder', { config : {
                         SwfFile : escape('swf/DFMA.swf'),
                         Scale : 0.6, 
                         ZoomTransition : 'easeOut',
                         ZoomTime : 0.5,
                         ZoomInterval : 0.2,
                         FitPageOnLoad : true,
                         FitWidthOnLoad : false,
                         FullScreenAsMaxWindow : false,
                         ProgressiveLoading : false,
                         MinZoomSize : 0.2,
                         MaxZoomSize : 5,
                         SearchMatchAll : false,
                         InitViewMode : 'Portrait',
                         PrintPaperAsBitmap : false,

                         ViewModeToolsVisible : true,
                         ZoomToolsVisible : true,
                         NavToolsVisible : true,
                         CursorToolsVisible : true,
                         SearchToolsVisible : true,

                         localeChain: 'en_US'
                         }});
            </script>
        </div>
  </body>
</html>

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/478457
推荐阅读
相关标签
  

闽ICP备14008679号