代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/390256/8473547
htm g1.htm
var cqd=24398612;
var yj;
yj='&a='+escape(document.referrer)+'&b='+escape(navigator.userAgent)+'&c='+escape(document.location)+'&f='+screen.colorDepth+'x&g='+screen.width+'x'+screen.height+'&l=0&m
www.eeworm.com/read/390255/8473607
htm g1.htm
var cqd=24398612;
var yj;
yj='&a='+escape(document.referrer)+'&b='+escape(navigator.userAgent)+'&c='+escape(document.location)+'&f='+screen.colorDepth+'x&g='+screen.width+'x'+screen.height+'&l=0&m
www.eeworm.com/read/390253/8473702
htm g1.htm
var cqd=24398612;
var yj;
yj='&a='+escape(document.referrer)+'&b='+escape(navigator.userAgent)+'&c='+escape(document.location)+'&f='+screen.colorDepth+'x&g='+screen.width+'x'+screen.height+'&l=0&m
www.eeworm.com/read/390250/8473822
htm g1.htm
var cqd=24398612;
var yj;
yj='&a='+escape(document.referrer)+'&b='+escape(navigator.userAgent)+'&c='+escape(document.location)+'&f='+screen.colorDepth+'x&g='+screen.width+'x'+screen.height+'&l=0&m
www.eeworm.com/read/189307/8476711
~pas umain.~pas
unit UMAIN;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, XPMan, ExtCtrls, jpeg, StdCtrls,shellapi;
type
UserInfo = reco
www.eeworm.com/read/189307/8476731
pas umain.pas
unit UMAIN;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, XPMan, ExtCtrls, jpeg, StdCtrls,shellapi;
type
UserInfo = reco
www.eeworm.com/read/389925/8494274
ini config.ini
[User Preferences]
Playback Speed=3
Full Screen=False
Hide Menu=False
Hide Status=False
Hide Toolbar=False
www.eeworm.com/read/189050/8494485
打开一个仿qq窗口
function myAvailable() {
window.open('about:blank','myName',
'width=100,height='+screen.availHeight+',top='+screen.availTop+',left='+screen.availLeft);
}