if(strlen($_product[\'image\'])>50){
$first = strpos($_product[\'image\'],\'"\');
$last = strrpos($_product[\'image\'],\'"/\');
$imgurl = substr($_product[\'image\'],($first+1),($last-$first-1));
$imgpath = parse_url($imgurl);
$img = $imgpath[\'path\'] ;
}else{
}

版权声明:本文为hai-原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/hai-/p/13431671.html