Easy to use, Echars makes your data more colorful

Introduce JS You can get Apache EChartsTM in the following ways. From Download Interface of Apache ECharts official website Get the official source code package and build it. At ECharts GitHub Get. For details, see install nphart, save npecm“ Using ecarts in webpack" Pass jsDelivr Wait for CDN introduction Directly import the const ...

Posted by edraynham on Thu, 03 Mar 2022 23:05:19 +0100

About official account H5 compression method

preface Development of official account H5 uploading pictures and compressing method based on uni-app thinking Upload pictures We should be clear that there are three ways to display pictures: file (file stream), bolb (local stream) and Base64 (binary stream) file The File interface provides information about the File and allows JavaS ...

Posted by marknt on Tue, 01 Feb 2022 23:29:20 +0100

js tutorial - ES5/String [007]

ES5/String Strict mode (understand) We all know that js is a relatively loose languageAnd when developing, some codes are not very strictThe strict mode requires some content written during development Turn on strict mode To enable strict mode, write the string use strict directly at the beginning of the code <script> 'use strtic' ...

Posted by dxdolar on Fri, 19 Nov 2021 17:10:51 +0100