以下是引用 一生有你在2011-4-4 9:26:59的发言:
使用sql标签去查询ks_user表
如
select top 1 username,realname,mobile from ks_user a inner join ks_product b on a.username=b.inputer where b.id={$CurrInfoID}
非常感谢您!前面的看懂了,后面的a inner join ks_product b on a.username=b.inputer where b.id={$CurrInfoID}看不懂。而且放上之后前台显示“正在读取数据...”