












在某论坛上看到用C#写的UBB代码,很值得收藏
using System;
using System.Text;
using System.Text.RegularExpressions;
namespace myluntan
{
/// <summary>
/// UBB 的摘要说明。
/// </summary>
public class UBB
{
public UBB()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
公共静态方法
}
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。