code复制. $('img').click(function(e) {; const img = new Image();; img.src = $(this).attr('src');; const newWin = window.open("", "_blank"); ...
確定! 回上一頁