💎一站式轻松地调用各大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>'; ~~~