位置: 挽披县, 沙没巴干, 🇹🇭 泰国

16 篇文章

搭建的中国传统农历日历API
1.代码演示 curl -X 'POST' \ 'http://c2n.e-123.cn:8081/api/lunar' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "year": 2024, "month": 4, "day": 23,…
如何翻译WordPress插件
1.检查插件配置文件是否加载语言翻译文件及路径(以simple-location插件为便) # 插件配置文件位置 index/wp-content/plugins/simple-location/simple-location.php # 加载翻译文件的代码 add_action( 'plugins_loaded', function() { lo…