第一个博客

发布时间 2023-08-04 23:23:47作者: YJing景

测试一下,这是我的第一个博客园的博客。

> 引用一下看看效果
点击查看代码
<style>
	#app{
		width:200px;
		height:200px;
		background-color:red;
	}
</style>
<script>
	console.log("你好");
</script>