Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个文件 demo.php 并且它包含 info.php 。如果我在 index.php 中使用 Jquery 加载 demo.php,它会起作用吗?IE。info.php 中的信息是否会包含在内?
是的,它会起作用,但请确保“info.php”中的链接正确连接。
例如:
1- index.php 2- demo.php - 包括 (info.php)。
在 index.php 中加载(包括)demo.php 将生成文件“index.php” - 加载 demo.php 的所有内容。