62,271
社区成员
发帖
与我相关
我的任务
分享protected string GetUrl(object o)
{
if(o.ToString() == "")
{
return "";
}
else
{
return "图的提示,URL等";
}
}