javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))

javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))

ID:41989340

大?。?1.50 KB

頁數(shù):15頁

時間:2019-09-05

javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))_第1頁
javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))_第2頁
javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))_第3頁
javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))_第4頁
javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))_第5頁
資源描述:

《javascript常用函數(shù)集(常規(guī)函數(shù)、數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。

1、javascript常用函數(shù)集(常規(guī)函數(shù).數(shù)組函數(shù)、日期函數(shù)、數(shù)學(xué)函數(shù)、字符串函數(shù))JavaScriptprovidesmanyfunctionsfordeveloperstouse,andhereisabriefintroduction,moredetailedinformation,refertotheonlinehelpprovidedbyVisualIntcrDcv.JavaScriptfunctionscanbedividedintofivecategories:conventionalfunctions,arrayfunctions,datefunct

2、ions,mathematicalfunctions,stringfunctions?1,regularfunctionTheJavaScriptroutinefunctionconsistsofthefollowing9functions:(1)alertfunction:displaysawarningdialogbox,includingaOKbutton.(2)confirmfunction:displaysaconfirmationdialog,includingtheOKandCancelbuttons?(3)escapefunction:conver

3、tscharactersintoUnicodccodes?(4)Evalfunction:calculatingtheresultofanexpression.(5)isNaNfunction:thetestis(true),no(false)isnotanumber?(6)parseFloatfunction:convertsstringsintocharacternumbers?(1)parselntfunction:convertsstringsintointegernumbers(whichcanbespecifiedinhexadecimalnumber

4、s)?(2)promptfunction:displaysaninputdialogboxthatpromptsforuserinput?Suchas:Script>(3)theunescapefunctiondecodesthecharactersencodedbytheescapefunction.1,arrayfunctionTheJavaScript

5、arrayfunctionconsistsofthefollowing4functions:(1)joinfunction:convertandcormectallelementsinanarraytoastring.Cases:Function,JoinDemo()VaR,a,b;A二new,Array(0,1,2,3,4);B=a?join(〃-“);//delimiterReturn(b);//returnb=0-1-2-3-4〃}Cases:(1)lengthfunction:returnsthelengthofthearray.Function,Leng

6、thDemo(){VaR,a,1;A二new,Array(0,1,2,3,4):L二a?length;Return(L);//1=5(2)reversefunction:invertthearrayelementsinreverseorder?Cases:Function,ReverseDemo(){VaR,a,1;A二new,Array(0,1,2,3,4);L=a?reverse();Return(L);}(1)sortfunction:reorderthearrayelements?Cases:Function,SortDemo(){VaR,a,1;A二ne

7、w,Array(〃X〃,〃Y〃,〃d〃,,〃廠,〃nT,〃R〃);L=a.sort();Return(L);1,datefunctionTheJavaScriptdatefunctionconsistsofthefollowing20functions:(1)getDatefunction:thedatevalueofthereturndate,whichis1'31.Cases:Function,DateDemo(){VaR,D,s二"Today's,date,is:〃〃;D二new,Date();S二(d.getMonth)(+1)+〃/〃;S二d.getDa

8、te(+)

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。