-1

这是javascript。它来自我的博客。我已将某人创建的博客主题用于我的博客。这个 javascript 为那些没有图像的文章嵌入了默认的无图像。我想为这些文章显示我自己的默认无图像,但我无法通过这个脚本弄清楚如何做到这一点。请帮忙。

Javascript 看起来像这样:

<script type='text/javascript'>//<![CDATA[
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?
String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]
=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])
p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('6 7(s,n){c s.d(/<.*?>/e,\'\').
f(/\\s+/).g(0,n-1).h(\' \')}6 i(a){j p=k.l(a),3=\'\',2=p.m(\'2\');o(2.q>=1){3=\'<24="8" 
5="\'+2[0].5+\'" />\'}r{3=\'<2 4="8" 5="t://u.v.w/-x/y-z/A/B-C/D.E" />\'}p.9=\'<b 4="F-G-H">
\'+3+\'<p>\'+7(p.9,I)+\'...</p>    </b>\'}',45,45,'||img|imgtag|class|src|function|stripTags|thumb
|innerHTML||div|return|replace|ig|split|slice|join|readmore|var|document|getElementById|
getElementsByTagName||if||length|else||https|lh4|googleusercontent|com|G9M2DTCTUwM|Tlh|
2pwtc5I|AAAAAAAABKM|kCJg|Kf3W2M|no_image_yet|jpg|post|excerpt|text|40'.split('|'),0,{}))
//]]></script>
4

1 回答 1

0

如果你能观察,

https://lh4.googleusercontent.com/-G9M2DTCTUwM/Tlh-2pwtc5I/AAAAAAAABKM/kCJg-Kf3W2M/no_image_yet.jpg

在JS中使用以下代码实现。

https|lh4|googleusercontent|com|G9M2DTCTUwM|Tlh|2pwtc5I|AAAAAAAABKM|kCJg|Kf3W2M|no_image_yet|jpg

只需将您的图片上传到博客,然后获取链接。用您的新图像替换数据。

于 2013-10-13T15:59:05.840 回答