猿问
!function()的问题
!function(){}放在js文件里面,引用之后如何在外部调用里面的方法
holdtom
浏览 424
回答 1
1回答
一只萌萌小番薯
// test.js!function(){ var a = function(){console.log(1)} this.demo = a; }();<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><script src="test.js"></script></head><body><SCRIPT>demo() </SCRIPT></body></html>
0
0
0
随时随地看视频
慕课网APP
相关分类
JavaScript
我要回答