必須添加type="module" 才能使用ESM <script type="module"> // 導入的路徑必須是url 或者相對路徑 import React from 'http://esm.sh/react' ...
確定! 回上一頁