确定删除?
% Dim action,view action=SafeRequest("do","get") view=SafeRequest("view","get") id=SafeRequest("id","get") key=SafeRequest("key","get") orderby=SafeRequest("orderby","get") if action="home" then start="首页" if action="feed" then start="动态" if action="inbox" then start="消息" if action="pic" then start="相册" if action="daily" then start="日志" if action="friend" then start="好友" if action="share" then start="分享" if action="music" then start="音乐" if action="pay" then start="充值" if action="supply" then start="供求" if action="web" then start="空间" if action="avatar" then start="我的头像" if action="profile" then start="个人资料" if action="password" then start="修改密码 & 密码保护" if action="hot" then start="排名" if action="ad" then start="宣传" page=int(request.QueryString ("page")) if page<=0 or page="" then page=1 If CmsDj_Com_Photo<>"" Then CmsDj_Com_Photo=LCase(CmsDj_Com_Photo) if left(CmsDj_Com_Photo,6)="upload" then CmsDj_Com_Photo=InstallDir&CmsDj_Com_Photo else CmsDj_Com_Photo=CmsDj_Com_Photo end if Else CmsDj_Com_Photo="image/noavatar_big.gif" End if IF CmsDj_Com_UserSkin<>"" Then CmsDj_Com_UserSkin=CmsDj_Com_UserSkin Else CmsDj_Com_UserSkin="default" End IF %>
确定删除?