回答編集履歴
1
ご指摘を受けたので修正。
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```PHP
|
6
6
|
|
7
|
-
<?php require_once("./phpQuery-onefile.php");
|
7
|
+
<?php require_once("./phpQuery-onefile.php");$html=file_get_contents('https://ja.wikipedia.org/wiki/%E3%82%A6%E3%82%A7%E3%83%96%E3%82%B9%E3%82%AF%E3%83%AC%E3%82%A4%E3%83%94%E3%83%B3%E3%82%B0');$dom=phpQuery::newDocument($html);echo $dom["h1"];
|
8
8
|
|
9
9
|
```
|
10
10
|
|