Kotlin编写Fabric mod

配置/初始化模组 在Template mod generator | Fabric (fabricmc.net)中 填写mod名称和id 勾选Kotlin Programming Language选项。


博客注意事项

博客服务器每天凌晨3点会定时重启 在此之前务必保存文章 如要使用代码块 可以选择Plain text 其他的不保证可用性


信息课写的代码

输出最大数.py x=int(input('输入一个整数')) y=int(input('输入一个整数')) z=int(input('输入一个整数')) if x>y and y>z or x>z and z>y: print(x) elif y>x and x>z or y>z and


将云盘挂载至本地的两种方法

CloudDrive2 优点是方便简单,易于操作 缺点是在处理大量文件时性能占用高且加载速度较慢 安装完成后进入http://localhost:19798/ 参考CloudDrive - 帮助 (