echarts 关系流向图带框

1:坐标定位画一个框区分流向效果

在这里插入图片描述

     let dataLists = [
                {
                    name: '111',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [240, 0],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '222',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [105, 50],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '333',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [105, 110],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                { name: "444", symbol: "", value: [105, 180], symbolSize: [10, 10] },
                { name: "555", symbol: "", value: [40, 180], symbolSize: [10, 10] },
                { name: "666", symbol: "", value: [170, 180], symbolSize: [10, 10] },


                {
                    name: '888',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [40, 330],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },

                {
                    name: '777',
                    deviceType: "ZONGHE",
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [40, 230],
                    x: 200,

                    y: 500,

                    fixed: true,

                    category: 1,

                    itemStyle: {

                        normal: {

                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [

                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '999',
                    deviceType: "CAIJI",
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [170, 230],
                    x: 170,
                    y: 230,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {

                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [

                                {

                                    offset: 0,

                                    color: '#ffb402',

                                },

                                {

                                    offset: 1,

                                    color: '#ffdc84',

                                },

                            ]),

                        },

                    },
                },
                { name: "1010", symbol: "", value: [170, 270], symbolSize: [10, 10] },
                { name: "1111", symbol: "", value: [110, 270], symbolSize: [10, 10] },
                { name: "1212", symbol: "", value: [230, 270], symbolSize: [10, 10] },
                {
                    name: '13',
                    deviceType: "YINGYONG",
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [110, 330],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '14',
                    deviceType: "YINGYONG",
                    symbol: "",
                    symbolSize: [30, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [230, 330],
                    x: 220,
                    y: 330,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '15',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [500, 50],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '16',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [500, 110],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '17',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [750, 240],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '18',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [335, 290],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '19',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [415, 290],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '20',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [495, 290],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '21',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [575, 290],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '22',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [660, 290],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '23',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [335, 210],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '24',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [415, 210],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '25',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [495, 210],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '26',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [575, 210],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                {
                    name: '27',
                    symbol: "",
                    symbolSize: [40, 20],
                    label: {
                        color: '#53B5EA',
                        position: 'bottom',
                    },
                    value: [660, 210],
                    x: 200,
                    y: 500,
                    fixed: true,
                    category: 1,
                    itemStyle: {
                        normal: {
                            color: new this.$echarts.graphic.LinearGradient(0, 0, 1, 0, [
                                {
                                    offset: 0,
                                    color: '#ffb402',
                                },
                                {
                                    offset: 1,
                                    color: '#ffdc84',
                                },
                            ]),
                        },
                    },
                },
                { name: "xxxxx1111", symbol: "", value: [0, 350], label: { color: '#53B5EA', position: 'top', }, symbolSize: [1, 0] },
                { name: "rectangle1", symbol: "", value: [250, 350], symbolSize: [0, 0] },
                { name: "rectangle2", symbol: "", value: [250, 20], symbolSize: [0, 0] },
                { name: "rectangle3", symbol: "", value: [0, 20], symbolSize: [0, 0] },

                { name: "xxxxxx222", symbol: "", value: [280, 350], symbolSize: [0, 0] },
                { name: "rectangle4", symbol: "", value: [800, 350], symbolSize: [0, 0] },
                { name: "rectangle5", symbol: "", value: [800, 20], symbolSize: [0, 0] },
                { name: "rectangle6", symbol: "", value: [280, 20], symbolSize: [0, 0] },

                { name: "数据采集节点", symbol: "", value: [300, 330], label: { color: '#53B5EA', position: 'top', }, symbolSize: [0, 0] },
                { name: "rectangle7", symbol: "", value: [720, 330], symbolSize: [0, 0] },
                { name: "rectangle8", symbol: "", value: [720, 160], symbolSize: [0, 0] },
                { name: "rectangle9", symbol: "", value: [300, 160], symbolSize: [0, 0] },
            ];
			//	线指向设置
            let linkesList = [
                {
                    source: '111',
                    target: '333',
                    // deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            color: '#53B5EA',
                            // color: 'red',
                        },
                    },
                },
                {
                    source: '222',
                    target: '333',
                    deviceType: "YINGYONG",
                    lineStyle: {

                        normal: {
                            color: '#53B5EA',
                            // color: 'red',
                        },
                    },
                },
                {
                    source: '333',
                    target: '444',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            color: '#53B5EA',
                            // color: 'red',
                        },
                    },
                },
                {
                    source: '444',
                    target: '555',
                    deviceType: "CAIJI",
                    lineStyle: {
                        normal: {
                            color: '#53B5EA',
                            // color: 'red',
                        },
                    },
                },
                {
                    source: '444',
                    target: '666',
                    deviceType: "JIAOHUAN",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '555',
                    target: '777',
                    deviceType: "JIAOHUAN",
                    lineStyle: {
                        normal: {
                            color: '#53B5EA',
                            // color: 'red',
                        },
                    },
                },
                {
                    source: '777',
                    target: '888',
                    deviceType: "CAIJI",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '666',
                    target: '999',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '999',
                    target: '1010',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '1010',
                    target: '1111',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '1010',
                    target: '1212',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '1111',
                    target: '13',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '1212',
                    target: '14',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '111',
                    target: '16',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '15',
                    target: '16',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: '111',
                    target: '16',
                    deviceType: "YINGYONG",
                    lineStyle: {
                        normal: {
                            // color: 'red',
                            color: '#53B5EA',
                        },
                    },
                },
                {
                    source: 'xxxxx1111',
                    target: 'rectangle1',
                    lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle1',
                    target: 'rectangle2', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle2',
                    target: 'rectangle3', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle3',
                    target: 'xxxxx1111', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'xxxxxx222',
                    target: 'rectangle4', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle4',
                    target: 'rectangle5', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle5',
                    target: 'rectangle6', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle6',
                    target: 'xxxxxx222', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: '数据采集节点',
                    target: 'rectangle7', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle7',
                    target: 'rectangle8', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle8',
                    target: 'rectangle9', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
                {
                    source: 'rectangle9',
                    target: '数据采集节点', lineStyle: {
                        normal: {
                            // color: 'red',
                        },
                    },
                },
            ];

            let option = {
                // backgroundColor: '#000',
                xAxis: {
                    show: false,
                    type: 'value',
                },
                yAxis: {
                    show: false,
                    type: 'value',
                    max: 350
                },
                grid: {
                    left: 50,
                    right: 60,
                    top: 30,
                    bottom: 30,
                },
                tooltip: {
                    formatter: function (x) {
                        let str = `
                            <div>
                                11
                            </div>
                            `
                        return str
                    },
                },
                series: [
                    {
                        type: 'graph',
                        zlevel: 5,
                        draggable: false,
                        coordinateSystem: 'cartesian2d', // 使用二维的直角坐标系(也称笛卡尔坐标系)
                        symbol: 'rect',
                        symbolOffset: ['15%', 0],
                        label: {
                            normal: {
                                show: true,
                            },
                        },
                        data: dataLists,
                        links: linkesList,

                        /** 设置服务器件的连线样式*/
                        lineStyle: {
                            normal: {
                                opacity: 1,
                                // color: '#53B5EA',
                                // curveness: 0.3,
                                width: 2,
                            },
                        },
                    },
                    /** 分发点*/
                    {
                        type: 'lines',
                        coordinateSystem: 'cartesian2d',
                        z: 1,
                        zlevel: 2,
                        animation: false,
                        effect: {
                            show: true,
                            period: 5,
                            trailLength: 0.01,
                            symbolSize: 18,
                            symbol: 'pin',
                            loop: true,
                            color: 'rgba(55,155,255,0.5)',
                        },
                        lineStyle: {
                            normal: {
                                color: '#22AC38',
                                width: 0,
                                // curveness: 0.3,
                            },
                        },
                        data: []
                       // --- 坐标流向设置
                        //  [
                        //    {
                        //       coords: [
                        //          [190, 250],
                        //          [40, 250],
                        //       ],
                        //    },
                        //    {
                        //       coords: [
                        //          [40, 250],
                        //          [120, 290],
                        //       ],
                        //    },
                        //    {
                        //       coords: [
                        //          [120, 290],
                        //          [190, 330],
                        //       ],
                        //    },
                        //    {
                        //       coords: [
                        //          [190, 330],
                        //          [40, 330],
                        //       ],
                        //    },
                        //    {
                        //       coords: [
                        //          [455, 330],
                        //          [610, 330],
                        //       ],
                        //    },
                        //    {
                        //       coords: [
                        //          [610, 330],
                        //          [455, 250],
                        //       ],
                        //    },
                        //    {
                        //       coords: [
                        //          [455, 250],
                        //          [610, 250],
                        //       ],
                        //    },
                        // ],

                    },
                ],
            };
要使用 Echarts 实现全球地流向迁移,你可以按照以下步骤进行操作: 1. 首先,确保你已经引入了 Echarts 的库文件。你可以从 Echarts 官网下载最新版本的库文件,并将其引入到你的项目中。 2. 创建一个 HTML 容器,用于显示地。例如,你可以在 HTML 文件中添加一个 `<div>` 元素,并设置其 id 属性为一个唯一的值,以便在 JavaScript 中引用。 3. 在 JavaScript 中,使用 Echarts 的 API 来配置和绘制地。首先,创建一个 Echarts 实例,并将其与 HTML 容器关联起来。然后,使用 Echarts 提供的配置项来定义地的样式和数据。 4. 在配置项中,指定地的类型为 'map',并设置地的名称和样式。例如,你可以选择 'world' 作为地的名称,并设置地的背景颜色、边界线颜色等。 5. 定义地的数据。对于迁移,你需要提供每个国家/地区的名称和迁移数据。迁移数据通常表示从一个国家/地区到另一个国家/地区的人口流动量。 6. 在配置项中,使用 Echarts 的系列配置项来定义地的系列。对于流向迁移,你可以使用 'lines' 系列来表示迁移线,使用 'effectScatter' 系列来表示迁移起点和终点的圆点。 7. 针对 'lines' 系列,设置线的样式、起点和终点的坐标、线的数值等。针对 'effectScatter' 系列,设置圆点的样式、圆点的坐标等。 8. 最后,使用 Echarts 的实例对象调用 `setOption` 方法,将配置项应用于地,并在 HTML 容器中显示地。 这是一个基本的架,你可以根据自己的需求进一步定制和优化。具体的代码实现细节可以参考 Echarts 的官方文档和示例。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

默默无闻的FYH

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值