Json动态添加

来源:互联网 发布:谈恋爱的软件 编辑:程序博客网 时间:2024/04/27 21:33

       var rule1 = { "RuleSetType": "Product", "Contains": "Contains", "StartWith": "Start With", "EndWith": "End With", "Action": "Delete" };
        var rule = [rule1];
        function test() {
            rule.push(rule1);
        }

原创粉丝点击