댓글 섹션을 보세요. 실제로는 img에 업로드된 이미지의 가격 속성일 뿐입니다! 원하는 대로, 부담 없이 속성을 추가할 수 있습니다. 지나가다가 뭔가 배우면 엄지손가락을 치켜세우세요! !
function callback(){ try{ var link, json, loader, body = (iframe.contentDocument || iframe.contentWindow.document).body, result = body.innerText || body.textContent || ''; json = (new Function("return " + result))(); link = me.options.imageUrlPrefix + json.url; if(json.state == 'SUCCESS' && json.url) { loader = me.document.getElementById(loadingId); loader.setAttribute('src', link); loader.setAttribute('_src', link); loader.setAttribute('title', json.title || ''); loader.setAttribute('alt', json.original || ''); loader.setAttribute('style','max-width:650px');//这里就是哥加入的代码 loader.removeAttribute('id'); domUtils.removeClasses(loader, 'loadingclass'); }