在html按钮onclick中打开js文件
我目前从事 HTML 和 JavaScript 工作。我是初学者。我想在我的 html 文件中的按钮的 onclick 事件中打开一个 javascript 文件。有什么方法可以做到这一点。请帮助我。
提前致谢。
I am currently working in HTML and JavaScript. I am Beginner. I want to open a javascript file in the onclick event of the button which is in my html file. is there any method to do this. kindly help me.
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它认为你的意思是“加载”而不是打开
你可以使用以下代码动态“加载”JS文件
It think you mean it "Load" instead of open
You can 'Load' JS file dynamically using following code