[Include Directive]
First, it means
<% @ include file = ""%>
Second, the server's processing on this
This instruction is just a static include file, and the server compiles the files that come in.
Note: The so-called static means that the file cannot be a variable URL, and no parameters are taken.
[incrude action]
First, it means
oral
:
jsp: incrude>
Second, the server's processing on this
This Action can contain static files or dynamic files. When a static file is included, the server does not compile the file included. When the dynamic file is included, the server compiles the included dynamic file.
Note: It is a dynamic or static if it is dynamic or static, which can handle these two files at the same time. Readers can include HTML files or JSP files.