Web サイトによっては、コンテンツ画像を 1 ページに 1 つの画像として表示する場合があり、各ページには無駄なジャンク情報 (広告、ニュース、無関係な画像) が大量に含まれており、画像の閲覧効率に大きな影響を与えるためです。最初の画像の URL がわかっていれば、この Web ページに入力し、開始番号と終了番号を設定すれば、番号付きの画像を表示できます。また、よく使用される、考え抜かれた機能もいくつかあります。もちろん、一部の Web サイトに保存されている乱れた画像についてはどうすることもできません。
Author: ZhaoLiang -- The blue sea loves the sky, the sea that drowns the sky Email: thedoc01@163.com Production time: August 2006
Function: Batch display of local or network numbers with numbers picture. Such as C:A##.gif or file:///C:/A##.gif or http://www.cctv.com/A3#.jpg
Note: If the picture name is A02 and When it is not A2, you can use ## to specify the fixed length of the number and select "Fixed zero padding", then the insufficient bits will be automatically padded with zeros)
Hotkey: `(~) key = display on /close. ;Key=switch retention zero padding. CTRL mouse wheel on the picture = zoom the picture. Click on image = opens in new window. HOME=You can go back to the beginning if the article is too long. Path: Starting number: End number: < /INPUT>
Fixed zero padding
Zoom ratio (percent): (Enter to display the picture)
I usually don’t pay attention to organizing it, so I changed this file to several different versions. After sending it, I remembered that I had used hideIt() and showit() Combined into a function (just process it according to the parameters), and some other details. Since I’m not familiar with the editors here, I won’t change it anymore. If you are interested, you can try it yourself. It would be great if you have any advice to offer.
(Update: Modified, for non-existing pictures, they are automatically hidden and do not occupy the display space - processed through the onerror event of img. In addition, here is the code editor , it can easily lead to chaos in the edited content. It took me a long time to correct the wrong replacement code, which was more tiring than writing this script tool. Moreover, the SPAN generation in it was not optimized at all, and there were unnecessary repetitions. It's amazing, I hope the OpenSoft development team will improve it as soon as possible)