代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/418162/10962917
htm 14.5 删除数组中指定元素.htm
标题页
// 自定义数组删除方法
Array.prototype.del = function(n)
{
if (n
www.eeworm.com/read/418162/10963233
htm 7.6 javascript捕获方向键.htm
反选
function check()
{
if(event.keyCode =="37")
alert("您选择了左键!");
if(event.keyCode =="38")
alert("您选择了上键!");
www.eeworm.com/read/418162/10963242
htm 7.14 状态栏中文字从中间分开显示.htm
标题页
var phrase = "北京奥运会,欢迎各路英雄和志愿者!!期待您的参与! "; //要显示的信息
var lenPhrase = phrase.length;
www.eeworm.com/read/418028/10967080
readme
This directory contains source code to
SQLite: An Embeddable SQL Database Engine
To compile the project, first create a directory in which to place
the build products. It is recommended, but n
www.eeworm.com/read/418028/10967202
awk mkopcodec.awk
#!/usr/bin/awk -f
#
# This AWK script scans the opcodes.h file (which is itself generated by
# another awk script) and uses the information gleaned to create the
# opcodes.c source file.
#
# Opcodes.c
www.eeworm.com/read/272054/10972547
htm rc4.htm
RC4 Encryption
/* RC4 symmetric cipher encryption/decryption
* Copyright (c) 2006 by Ali Farhadi.
* released unde