We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3773cf commit 9a70d22Copy full SHA for 9a70d22
test.html
@@ -50,9 +50,9 @@
50
<a href="https://lightzh.cc/" target="_blank" style="text-decoration:none;">博客</a>
51
<p>创建图片链接:
52
<a href="https://lightzh.cc/" target="_blank" style="text-decoration:none;">
53
- <img border="0" src="./002.jpg" alt="博客" width="224" height="224">
+ <img border="0" src="./0002.jpg" alt="博客" width="224" height="224">
54
</a>
55
</p>
56
-<img id="pic" onclick="test()" border="0" src="./0002.jpg" alt="博客" width="224" height="224">
+<img id="pic" onclick="test()" border="0" src="./002.jpg" alt="博客" width="224" height="224">
57
</body>
58
</html>
0 commit comments