一:整体写在一个括号中
代码如下:
(function Show(){alert("hello");}())
二:function函数整体外加括号
代码如下:
(function Show(){alert("hello");})()
三:function前加一元运算符或者“void”
!function Show(){alert("hello");}()
或者
void function Show(){alert("hello");}()
一:整体写在一个括号中
代码如下:
(function Show(){alert("hello");}())
二:function函数整体外加括号
代码如下:
(function Show(){alert("hello");})()
三:function前加一元运算符或者“void”
!function Show(){alert("hello");}()
或者
void function Show(){alert("hello");}()
MySQL设置表自增步长的方法示例。
整理几种自执行函数:
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M