我必须从下面的代码中获取图像源。
$thumburl = get_the_post_thumbnail($post->ID);
我来了
<img width="325" height="202" src="http://localhost/TantraProjects/Border-fall/Repo/WebApp/wp-content/uploads/2012/12/film.png" class="attachment-post-thumbnail wp-post-image" alt="film" title="film">
我想得到这部分。
"http://localhost/TantraProjects/Border-fall/Repo/WebApp/wp-content/uploads/2012/12/film.png"
我怎样才能得到源?