You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
442 B
21 lines
442 B
<%@page contentType="text/html;charset=UTF-8" language="java" trimDirectiveWhitespaces="true" %>
|
|
<%@taglib uri="http://zero.jsp/tag" prefix="z" %>
|
|
|
|
<z:block name="body">
|
|
<h1>fasdfas</h1>
|
|
<div id="abc"></div>
|
|
</z:block>
|
|
|
|
<z:block name="script">
|
|
<script>
|
|
document.getElementById('abc')
|
|
alert('子组件');
|
|
var html = "<div></div>";
|
|
</script>
|
|
</z:block>
|
|
|
|
|
|
<%@ include file="/hbcyjc/test/parent.jsp" %>
|
|
|
|
|
|
|
|
|