代码搜索:jScript
找到约 2,498 项符合「jScript」的源代码
代码结果 2,498
www.eeworm.com/read/236000/14036428
js countdown.js
// JScript 文件
//获得当前时间,刻度为一千分一秒
var initializationTime=(new Date()).getTime();
function showLeftTime()
{
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var d
www.eeworm.com/read/236000/14036578
js countdown.js
// JScript 文件
//获得当前时间,刻度为一千分一秒
var initializationTime=(new Date()).getTime();
function showLeftTime()
{
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var d
www.eeworm.com/read/236000/14036714
js countdown.js
// JScript 文件
//获得当前时间,刻度为一千分一秒
var initializationTime=(new Date()).getTime();
function showLeftTime()
{
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var d
www.eeworm.com/read/236000/14036849
js countdown.js
// JScript 文件
//获得当前时间,刻度为一千分一秒
var initializationTime=(new Date()).getTime();
function showLeftTime()
{
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var d
www.eeworm.com/read/236000/14036970
js countdown.js
// JScript 文件
//获得当前时间,刻度为一千分一秒
var initializationTime=(new Date()).getTime();
function showLeftTime()
{
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var d
www.eeworm.com/read/236000/14037192
js countdown.js
// JScript 文件
//获得当前时间,刻度为一千分一秒
var initializationTime=(new Date()).getTime();
function showLeftTime()
{
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var d
www.eeworm.com/read/450196/7488970
js ajax_post.js
// JScript 文件
//以POST方式异步发送请求函数
//@param1 : 请求URL
//@param2 : 指定回调函数
//@param3 : 指定发送对象
function XMLHttpRequestSend_POST(Url,Call_back,Obj)
{
CreateXMLHttpRequest()
if (XMLHttpRequest){