zwei1121

博客园 首页 新随笔 联系 订阅 管理

//if (value.weiboFlag != null)
//{

// WeiBo weibo = (WeiBo)value.weiboFlag;
// if ((weibo & WeiBo.qq) != 0)
// {

// }

// if ((weibo & WeiBo.sina) != 0)
// {

// }
//}

 

PlatformTypeContext platformAll = (PlatformTypeContext)platformPlus;

var platform = (PlatformTypeContext)Enum.Parse(typeof(PlatformTypeContext), item.Value);
if ((platformAll & platform) != 0)
{
chked = "checked";
}

posted on 2017-08-28 18:36  zwei  阅读(107)  评论(0编辑  收藏  举报