解决 args 变量没有赋值导致的参数传递失败的问题。by Soar360
大石头 编写于 2023-09-09 07:16:48
X
#if __CORE__
using System;
using System.Collections.Generic;
using System.Text;

namespace System.Web.Script.Serialization
{
    /// <summary>忽略Json序列化</summary>
    public class ScriptIgnoreAttribute : Attribute { }
}
#endif