config.js
const config = {
base_url_api: “https://douban.uieee.com/v2/movie/”,
}
export {config} http.js
import {config} from “../config”;
class HTTP {
requset({ url, method = “GET”,
config.js
const config = {
base_url_api: “https://douban.uieee.com/v2/movie/”,
}
export {config} http.js
import {config} from “../config”;
class HTTP {
requset({ url, method = “GET”,
I recently encountered a scene and need to output the first N columns of a text message.
It is well known that cut can specify the separator and specify the range of the column. For example,