gpt4 book ai didi

javascript - 将 javascript require 转换为 ES6 import

转载 作者:行者123 更新时间:2023-12-03 02:37:25 27 4
gpt4 key购买 nike

像这样的 require 字符串如何转换为 ES6 导入语法?

const GoogleStrategy = require('passport-google-oauth20').Strategy;

最佳答案

保留命名的完全相同的内容是

import { Strategy as GoogleStrategy } from 'passport-google-oauth20';

您可以在 MDN 中阅读相关内容.

关于javascript - 将 javascript require 转换为 ES6 import,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48490138/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com