$scope.bigimgFun = function () { var width = $("#showImg").width(); var height = $("#showImg").height(); console.log(width); console.log(height); $("#showImg").css({ "width":(width+100).toString()+'px'} );};
添加回答
举报
0/150
提交
取消