随笔分类 -  PHP

摘要:前端代码 wx.request({ url: 'https://www.yourhost.com/weixin/WeiActivity/payJoinfee',//改成你自己的链接 header: { 'Content-Type': 'application/x-www-form-urlencode 阅读全文
posted @ 2021-01-20 18:42 liu·bear 阅读(1517) 评论(0) 推荐(0)
摘要:ueditor.all.js: 搜索me.commands["insertvideo"] 把html.push(creatInsertStr( vi.url, vi.width || 420, vi.height || 280, id + i, null, cl, 'image')); 修改成htm 阅读全文
posted @ 2019-10-22 16:18 liu·bear 阅读(1887) 评论(0) 推荐(1)
摘要:php类: 1 2 /** 3 *PHP编程实现阳历转换为阴历的方法 4 *根据实际情况所需进行调用 5 * 6 / 7 8 9 10 11 <?php 12 class Lunar 13 { 14 public $MIN_YEAR = 1891; 15 public $MAX_YEAR = 210 阅读全文
posted @ 2019-08-01 20:10 liu·bear 阅读(952) 评论(0) 推荐(0)