代码搜索:SubString

找到约 5,777 项符合「SubString」的源代码

代码结果 5,777
www.eeworm.com/read/298657/3861747

c wcsspn.c

/* FUNCTION ---get length of a wide substring ANSI_SYNOPSIS #include size_t wcsspn(const wchar_t *, const wchar_t *); TRAD_SYNOPSIS size_t wcsspn(,
www.eeworm.com/read/298657/3861795

c wcsstr.c

/* FUNCTION ---find a wide-character substring ANSI_SYNOPSIS #include wchar_t *wcsstr(const wchar_t *, const wchar_t *); TRAD_SYNOPSIS wchar_t *wcsstr(
www.eeworm.com/read/279968/4130946

c wcsspn.c

/* FUNCTION ---get length of a wide substring ANSI_SYNOPSIS #include size_t wcsspn(const wchar_t *, const wchar_t *); TRAD_SYNOPSIS size_t wcsspn(,
www.eeworm.com/read/279968/4130998

c wcsstr.c

/* FUNCTION ---find a wide-character substring ANSI_SYNOPSIS #include wchar_t *wcsstr(const wchar_t *, const wchar_t *); TRAD_SYNOPSIS wchar_t *wcsstr(
www.eeworm.com/read/369233/9658797

htm click.htm

function y_gVal(iz) {var endstr=document.cookie.indexOf(";",iz);if(endstr==-1) endstr=document.cookie.length;return document.cookie.substring(iz,endstr);} function y_g(name) {var arg=name+"=";var
www.eeworm.com/read/266080/11242910

js function.js

//get url param param=""; url=document.URL; if (url.indexOf("param")>0){ param=url.substring(url.indexOf("param")+6,url.length); } //get astro shengxiao function astro(m,d) { if (m==1)d>0
www.eeworm.com/read/234977/14090019

html colors.html

function findObj(n, d){ var p,i,x; if(!d)d=document; if((p=n.indexOf("?"))>0 && parent.frames.length){ d=parent.frames[n.substring(p+1)].document; n=n.substr
www.eeworm.com/read/189050/8494622

表单递交的检查

function numericCheck(){ nr1=document.myform.content.value; flg=0; str=""; spc="" arw=""; for (var i=0;i