Goutteãããããããã£ãã®ã§åå¿é²ã classãï¼ã¤ããã¿ã°ãåå¾ããhtml : <div class=âclass1 class2â³> php  : $crawler->filter(âdiv.class1.class1â); idãæå®ã§æå®ããhtml : <div id=âhelloâ> php  : $crawler->filter(âdiv#helloâ); Imgã¿ã°ã®srcãåå¾html : <img src=âhttp://reafo.net/image.pngâ> php  : $crawler->filter(âimgâ)->attr(âsrcâ); htmlã®ã¿ã°ãã¨åå¾ããhtml : <div class=âcatchMeIfYouCanâ><span id=âhelloâ>ã¦ããã¨</span>ã§ãã</div> php  : $crawler->f
{{#tags}}- {{label}}
{{/tags}}