string pichtml = "images"; //本地图片路径
string urlch1 ="";
string urlch2 ="";
int pos1 = gatherurl.indexof( "." );
int pos2 = gatherurl.lastindexof( "/" );
if( pos1 < 0 )
{
return "";
}
if( pos2 < 0 )