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>
<c:forEach items="${list}">
<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">
<img src=<%=condition.get(num).getIconURL()%>>
</div>

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

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

Loading…
Cancel
Save