js动态加载

Run Settings
LanguageJava
Language Version
Run Command
https://docs.pingcode.com/baike/3616247 import('https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js') .then(module => { console.log('load module') // module.yourFunction(); }) .catch(error => { console.error('Error loading module:', error); });
try { if (typeof html2canvas === 'function') { // 方法存在 console.log("yes") } else { console.log("no ") // 方法不存在 } } catch (e) { console.log("exception") // 处理异常 }
Editor Settings
Theme
Key bindings
Full width
Lines