代码搜索:JScript
找到约 2,498 项符合「JScript」的源代码
代码结果 2,498
www.eeworm.com/read/482282/6622215
js jscript.js
// JScript 文件
function check()
{
var del = confirm("真的要删除吗?");
if(del==true)
return true;
else
return false;
}
function
www.eeworm.com/read/400836/11567848
chm jscript.chm
www.eeworm.com/read/258337/11870016
h jscript.h
/* This file is part of the KDE libraries
Copyright (C) 1997 Martin Jones (mjones@kde.org)
(C) 1997 Torben Weis (weis@kde.org)
This library is free software; you can redistribut
www.eeworm.com/read/258337/11870126
cpp jscript.cpp
/* This file is part of the KDE libraries
Copyright (C) 1997 Martin Jones (mjones@kde.org)
(C) 1997 Torben Weis (weis@kde.org)
This library is free software; you can redistribut
www.eeworm.com/read/257838/11910864
js jscript.js
//Example2
function contextMenu()
{
this.items = new Array();
this.addItem = function (item)
{
this.items[this.items.length] = item;
}
this.show = function (oDoc)
{
var str
www.eeworm.com/read/251076/12366100
cs jscript.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
namespace CommonUtility
{
public class JScript
{
/// 函数说明:弹出JavaScript警告窗口
///
www.eeworm.com/read/250581/12398321
chi jscript.chi
www.eeworm.com/read/234529/14108508
cs jscript.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/221742/14723579
js jscript.js
// JScript File
function createCookie(name, value, days) { //创建 Cookie
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
www.eeworm.com/read/215849/15043040