Example. js/lib.js. export let name = "library 1" export default function message() { show("hi there!"); } export function showSum(x, ...
確定! 回上一頁