[微擎] 模板语言 等等 奇技淫巧

测试用的直接返回json,读取.json文件

// 错误试范
die(json_encode(file_get_contents('https://wx.t-salon.cc/addons/stonefish_bigwheel/____doc____/id_2.json')));

// 正确试范
die(file_get_contents('https://wx.t-salon.cc/addons/stonefish_bigwheel/____doc____/id_2.json'));

错误试范相关链接
file_get_contents 获取 json 内容处理失败的问题 - wowowowowowowoow的博客 - CSDN博客 - 错误的试范

mobile import template

{template 'style/20191124_dts/index_part_script_save_btn_click'}

显示数据库字段为html的方法

{php echo html_entity_decode($row['description'], ENT_QUOTES)}

显示附件上传的图片的方法

<img src="{php echo toimage($row['prizepic'])}" style="width: 10rem;height: 10rem;">

请先后发表评论
  • 最新评论
  • 总共0条评论