我有下一个 html 源代码:
<a id="smallphot1" style="cursor:pointer;" title="Mobile phone / smartphone Samsung Galaxy S Duos S7562 - gallery" onclick="loadPhoneSmallImg('phot1', 'http://localhost/02_samsung_galaxy_s_duos_s7562.jpg', 'http://localhost/', '_samsung_galaxy_s_duos_s7562.jpg' , '250px', '450px','4')"><img src="http://localhost/02_samsung_galaxy_s_duos_s7562.jpg" alt="Photo Samsung Galaxy S Duos S7562" border="0"></a>
我想要的只是得到http://localhost/02_samsung_galaxy_s_duos_s7562.jpg
有可能通过PHP做到这一点吗?