You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
888 B
HTML
26 lines
888 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Demo:发起</title>
|
|
|
|
<!-- 引入常用的JS脚本. -->
|
|
<script src="../WF/Scripts/QueryString.js"></script>
|
|
<script src="../WF/Scripts/jquery/jquery.min.js" type="text/javascript"></script>
|
|
<script src="../WF/Scripts/jquery/jquery.cookie.js" type="text/javascript"></script>
|
|
<link href="../WF/Scripts/bootstrap/css/bootstrap.css" rel="stylesheet" />
|
|
<!-- 引入ccbpm 的sdk开发js. -->
|
|
<script src="../WF/config.js" type="text/javascript"></script>
|
|
<script src="../WF/Dev2Interface.js" type="text/javascript"></script>
|
|
<script language="javascript" type="text/javascript">
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<h3>功能调用说明</h3>
|
|
|
|
<!--<div id="title" style="font-family:'Microsoft YaHei';font-size:24px;margin:3px;"></div>
|
|
<div id="docs"></div>-->
|
|
|
|
</body>
|
|
</html> |