06 2025 档案

摘要:deepseek 给出的回答,使用 SheetJS(xlsx.js)库 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, 阅读全文
posted @ 2025-06-26 00:44 imzhi 阅读(48) 评论(0) 推荐(0)
摘要:通义里给出的回答,但在实践中发现问题,只要第1个数字是6,那转换出来结果就是乱码。 <?php function numberToChinese($num) { // 判断是否是数字 if (!is_numeric($num)) { return '请输入数字'; } // 数字转字符串并处理小数点 阅读全文
posted @ 2025-06-24 17:36 imzhi 阅读(42) 评论(0) 推荐(0)
摘要:付款到银行卡v2 https://pay.weixin.qq.com/doc/v2/merchant/4011939840 商家转账v3 https://pay.weixin.qq.com/doc/v3/merchant/4012716434 阅读全文
posted @ 2025-06-12 09:25 imzhi 阅读(92) 评论(0) 推荐(0)