在JavaScript中使用匿名函数前面的〜

时间:2017-03-06 19:38:51

标签: javascript tilde

如果我运行以下代码:

~ function() {
alert('I am new here');
}();

页面提醒:'我是新来的'。 但是,如果我尝试运行:

function() {
alert('I am new here');
}();

我收到语法错误。

我找不到任何可解释这种情况的波形符(〜)的解释。

0 个答案:

没有答案