在输出模板的时候在前端调用后台自定义方法 使用方法如下: {:action('api/v1/token/index')} 全部代码: <!DOCTYPE html> <html> <head>...
/** * [getTree 遍历菜单] * @author xiaoliu * @DateTime 2019-11-24T10:59:20+0800 * @r...
$first ="hello"; $hello ="world"; echo $first." ".$$first; 结果:hello wo...
Mysql版本必须大于5.5.3,因为5.5.3 之后才出了utf8mb4 我理解的utf8mb4就是utf8的升级版,Emoji表情是4字节,而 utf8 最大只能容纳三个字节。 开始步骤: ...
使用concat const imagesv = this.data.imagesv.concat(res.tempFilePaths) that.setData(...
使用concat const imagesv = this.data.imagesv.concat(res.tempFilePaths) that.setData(...
hash_hmac (PHP 5> = 5.1.2,PHP 7,PECL哈希> = 1.1) hash_hmac — 使用HMAC方法生成键控哈希值 描述 hash_hmac (字符...
只需要在app.json里配置 "pageOrientation": "auto"加可以了,这个坑真是够坑的。 { "pages":...
发现一个好玩的,可以用来编辑网页 打开console输入,即可。 document.body.contentEditable='true';