💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 会员弹框 * 案例 ~~~ $other = []; $other['field'] = ['nickname']; $other['where'] = ['u_id="'.$u_id.'"']; $row = $Sql->row('user_info',$other); $tmp = []; $tmp['u_id'] = $u_id; $tmp = urlencode(json_encode($tmp)); $obj[$field] = '<a onclick="popup(\'会员信息\',\'info\',\'user/t.index\',\''.$tmp.'\')">'.$row['nickname'].'</a>'; ~~~ > 首次应用项目 : 青橄榄_抖友版 > 首次开发时间 : 2020-07-21 * 封装案例 ~~~ $obj[$field] = $I_L->userInfo($Sql, $u_id); ~~~ >首次应用项目 : 宝知林-服务端-SBH >首次开发时间 : 2020-08-18