// export const str = 'hello world' export function f(a){ return a+1 } // import { str, f } from 'demo1' // export default { //export default obj = { a: 'hello', b: 'world' } // import obj from 'demo1' 複製代碼