代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/275877/10788465
bmp check.bmp
www.eeworm.com/read/275751/10797543
bmp check.bmp
www.eeworm.com/read/349425/10827913
gif check.gif
www.eeworm.com/read/349330/10835355
py check.py
#!/usr/bin/python
# ======================================================================
# check.py - Check section sizes and other constraints
#
# Copyright (C) 2006 Dick Streefland
#
# This is fre
www.eeworm.com/read/419808/10837566
js check.js
// JavaScript Document
//检查是否为空
function check_null(outstr,text)
{
if(text.value==""){
alert("\""+outstr+"\"不可以为空!");
text.focus();
return true;
}
return false;
}
//检查是否数字
funct
www.eeworm.com/read/348907/10860358
check_release
#! /usr/bin/env python
### Copyright (C) 2002-2003 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU Gener
www.eeworm.com/read/274559/10865096
jsp check.jsp
//判断用户的输入是否合法
function check(){
if (myform.UserName.value==""){
alert("请输入用户名!");myform.UserName.focus();return;
}
if (myform.TrueName.value==""){
alert("请输入真实姓名!");myform.TrueName.focus(
www.eeworm.com/read/348664/10876709