标签:des style blog color for div sp log c
C++里面的用法:
1 string buf = string.Format("识别出%d个节点",nodeslist.Count); 2 WriteEventLog("#0000FF", true, 0x23, buf);
C#里面的用法:
1 string buf = string.Format("识别出{0}个节点",nodeslist.Count); 2 WriteEventLog("#0000FF", true, 0x23, buf);
标签:des style blog color for div sp log c
原文地址:http://www.cnblogs.com/shenbimanong/p/3955990.html