发布网友 发布时间:2022-04-24 18:04
共2个回答
热心网友 时间:2022-04-24 19:34
<script type="text/javascript">
热心网友 时间:2022-04-24 20:52
(function(win){追问.call(this); 不能改
追答(function() {
var test;
test = function() {
alert(123);
};
return test();
}).call(this);
test();