function Tdmd.Draw_Image_In_Rect(C:TCanvas;R:TRect;i:integer):boolean;var tr:TRect;begin if i<ML.Count then begin if tempImage=nil then tempImage:=TBitMap.Create; ML.GetBitmap(i,tempimage); tr.Top:=R.Top+(((R.Bottom-R.Top)-24) d
指定区域(Frame)的回退,网上大都写的是用 window.parent.window.mainFrame.rightFrame.history.back();来进行回退,但是我这边就是不行,一直退到欢迎界面了还能往后退 ,知道腿到登录界面了,用了个另类的解决办法 function back() { var CurrentUrl = window.parent.window.mainFrame.rightFrame.location.href; i