Merge remote-tracking branch 'remotes/origin/master' into hechu1

# Conflicts:
#	src/gdms/GDMS.java
hechu1
何楚 6 years ago
parent 139d16b702
commit 34c30c37d4

@ -93,7 +93,7 @@
</div> </div>
<c:forEach items="${list}"> <c:forEach items="${list}">
<div class="a-process"> <div class="a-process">
<a href="<%=condition.get(num).getJspURL()%>?<%=index++%>" class="link-point"> <a href="<%=(condition.get(num)).getJspURL()%>?<%=index++%>" class="link-point">
<div class="a-process-decoration"> <div class="a-process-decoration">
<img src=<%=condition.get(num).getIconURL()%>> <img src=<%=condition.get(num).getIconURL()%>>
</div> </div>

@ -1,6 +1,7 @@
$(document).ready( $(document).ready(
function () { function () {
alert("你好"); sessionStorage.setItem("hello","hha");
alert(sessionStorage.getItem("hello"));
}) })
function alet() { function alet() {
alert("成功"); alert("成功");

@ -13,7 +13,10 @@
<script charset="GBK" type="text/javascript" src="jsFile/test.js" language="JavaScript"></script> <script charset="GBK" type="text/javascript" src="jsFile/test.js" language="JavaScript"></script>
</head> </head>
<body> <body>
<% String a="abc";
%>
<button class="but">nihao</button> <button class="but">nihao</button>
<div>hhhhhhhhhhhhhh</div> <div><%=session.getAttribute("hello")%></div>
</body> </body>
</html> </html>

Loading…
Cancel
Save