码迷,mamicode.com
首页 > 编程语言 > 详细

javascript中的立即执行函数

时间:2019-05-14 19:14:37      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:console   highlight   name   ams   pre   alert   param   ons   on()   

javascript中的立即执行函数
$(function(){
  alert();
}())

Highcharts的中的 series:[{

  name: ‘今日在线人数‘,
  color: ‘pink‘,
  data: (function(){

  
  )())
}]

#执行效果一样
$( document ).ready(function() { console.log( "ready!" ); });

$(function() { console.log( "ready!" ); });

  

javascript中的立即执行函数

标签:console   highlight   name   ams   pre   alert   param   ons   on()   

原文地址:https://www.cnblogs.com/jw-yahui/p/10863701.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!