리버티게임(개발), 모두가 만들어가는 자유로운 게임
|
|
1번째 줄: |
1번째 줄: |
| import('./hello.js').then(console.log); | | new Function('return import(module)', 'moudule')('./hello.js').then(console.log); |
2025년 1월 9일 (목) 23:54 판
new Function('return import(module)', 'moudule')('./hello.js').then(console.log);