之前从来没有写过文章,对比各大平台后最终决定使用掘金平台。
- 掘金上文章的质量相比其他平台质量要好很多,自己在掘金平台上学习到很多知识。
- 其次,掘金上文章的UI看起来比其他平台好看。
试试写代码的效果怎么样?
class Test{
public static void main(String[] args){
System.out.println("Hello, Juejin");
}
}
试试引用的效果怎么样?
Talk is cheep, show me the code.