摘要: <script> var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); ctx.fillStyle="green"; (目标图像 destination) ctx.fillRect(150,20,75,50); 阅读全文
posted @ 2020-04-02 15:32 牧唐丫 阅读(387) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2020-04-02 15:23 牧唐丫 阅读(123) 评论(0) 推荐(0)
摘要: proxyTable: { '/api/a': { target: 'https://api.apiopen.top/', // 接口的域名 secure: false, // 如果是https接口,需要配置这个参数 changeOrigin: true, // 如果接口跨域,需要进行这个参数配置 阅读全文
posted @ 2020-04-02 13:14 牧唐丫 阅读(1468) 评论(0) 推荐(0)