<script>
(function () {
alert(1);
} ());
(function () { alert(2); })();
void function () { alert(3); } ();
</script>
转载于:https://www.cnblogs.com/panthervic/archive/2012/02/20/2359147.html
<script>
(function () {
alert(1);
} ());
(function () { alert(2); })();
void function () { alert(3); } ();
</script>
转载于:https://www.cnblogs.com/panthervic/archive/2012/02/20/2359147.html