Skip to content

Commit ea13483

Browse files
authored
修复图片无法显示问题
1 parent 4d1f98e commit ea13483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java相关/static.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static {
8383

8484
一个类中的静态代码块可以有多个,位置可以随便放,它不在任何的方法体内,JVM加载类时会执行这些静态的代码块,如果静态代码块有多个,JVM将按照它们在类中出现的先后顺序依次执行它们,每个代码块只会被执行一次。
8585

86-
![enter image description here](httpsimg-blog.csdn.net20180107161309133watermark2textaHR0cDovL2Jsb2cuY3Nkbi5uZXQvY2hlbjEzNTc5ODY3ODMxfont5a6L5L2Tfontsize400fillI0JBQkFCMA==dissolve70gravitySouthEast)
86+
![](http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-9-14/88531075.jpg)
8787

8888
静态代码块对于定义在它之后的静态变量,可以赋值,但是不能访问.
8989

@@ -238,4 +238,4 @@ public class Test {
238238
239239
- httpsblog.csdn.netchen13579867831articledetails78995480
240240
- httpwww.cnblogs.comchenssyp3388487.html
241-
- httpwww.cnblogs.comQian123p5713440.html
241+
- httpwww.cnblogs.comQian123p5713440.html

0 commit comments

Comments
 (0)