$(".pimg").click(function () {
var _this = $(this).attr('src');//将当前的pimg元素作为_this传入函数
console.log(_this);//输出/static/admin/uploads/shop/60cc6e48e146b.png
});
$(".pimg").click(function () {
var _this = $(this).attr('src');//将当前的pimg元素作为_this传入函数
console.log(_this);//输出/static/admin/uploads/shop/60cc6e48e146b.png
});