jQuery 框架有很多函数可以根据传递的参数检索或改变值:
$(this).html(); // get the html
$(this).html('blah'); // set the html
有这样行为的函数的标准名称吗?
jQuery 框架有很多函数可以根据传递的参数检索或改变值:
$(this).html(); // get the html
$(this).html('blah'); // set the html
有这样行为的函数的标准名称吗?