注册
找回密码
账号 记住
1537
2
10439
0
18
LC=Replace(LC,"{$UserSign}",Sign)改成
if isnull(sign) then
lc=replace(lc,"{$UserSign}","")
else
LC=Replace(LC,"{$UserSign}",Sign)
end if