摘要:
public string GetPopedAction(int PopedAction) { string str = ""; if (PopedAction == 0) { str += "无需特殊处理,"; } if ((PopedAction & 1) == 1) { str += "已删除,"; } if ((PopedAction &... 阅读全文
posted @ 2013-12-25 15:41
名字随意
阅读(253)
评论(0)
推荐(0)

浙公网安备 33010602011771号