ファイルをインクルードする方法 いわば、それを含みます。
昔はフレームを使っていたと思いますが、今は時代が変わりました。iframe はまだ公正なゲームだと思います....しかし、他の方法はありますか?
ps含まれているファイルを編集できません:)。
index.php
<?php
echo '<p>This is some left-aligned text</p>';
include 'include.html';
echo '<p>This is some more left-aligned text</p>';
?>
include.html
<html>
<head>
<style>
body{
text-align:center;
}
</style>
</head>
<body>
<p>This is some centered text</p>
</body>
</html>
出力
This is some left-aligned text
This is some centered text
This is some more left-aligned text
望ましい出力
This is some left-aligned text
This is some centered text
This is some more left-aligned text
「究極の」目的 もう少し情報を提供するために、epub ファイルがあります。container.xml をロードして、たくさんの .html ファイルを含むスピントを教えてくれる .opf ファイルであるルート ファイルを特定します...
次に、これらのすべての html ファイルをページに含めて、epub を 1 つの連続したフローで読み取ることができるようにします。
epub ファイルは編集できませんか? epubファイルを永久に変更せずにこれを行うことができない限り。