let iframeNew = `<iframe src="animation/${animation}" id="sourceAni" name="source"></iframe>`;
我想在插入 iframe 标签时给对应 html 资源加载 js 文件,请问怎么能做到?资源文件有很多
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
在对应的html引入,