$(function(){}) 执行一个匿名函数
$(‘#box’) 执行ID元素选择
$(‘#box’).css('color','red');
转载于:https://www.cnblogs.com/yq12138/p/7350780.html