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 をロードすると動作しますか? すなわち。info.php の情報が含まれるかどうか。
はい、動作しますが、「info.php」内のリンクが正しく接続されていることを確認してください。
例:
1- index.php 2- demo.php - インクルード (info.php)。
index.php に demo.php をロード (インクルード) すると、ファイル "index.php" が作成されます - demo.php のすべてのコンテンツがロードされます。