全部项目在.Net 2.0版本和4.0版本下编译通过,win10+vs2017需要在系统功能安装.Net2.0/3.5
大石头
authored at
2018-05-06 23:06:42
X_NET20
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Web.Script.Serialization
{
/// <summary>指示序列化时忽略</summary>
public class ScriptIgnoreAttribute : Attribute { }
}
|