回答編集履歴

1

ご指摘を受けたので修正。

2020/04/11 01:17

投稿

kyoya0819
kyoya0819

スコア10429

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- <?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"];
13
+ <?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"];
14
14
 
15
15
 
16
16