菜鸟程序员博客
获取当前操作元素的name、id
var id = $(this).attr("id");
var id = $(this).attr("name");
« Previous
第二周-python实战-youtube视频分析
Next »
前端箭头函数的使用