Loading...

使用JavaScript的split函式完成字串切割

Temperature: 0 °C

Mark ChangMark Chang
author_tools

使用JavaScript的split 函式可以用來切割字串。

根據設定的切割點執行切開的動作。

以下範例:

var str = 'testvalue=aaa&bbb&ccc';
var NewArray = new Array();
var NewArray = str.split("&");
document.write("切割出來的第一個區塊是 " + NewArray[0] + '');//aaa
document.write("切割出來的第二個區塊是 " + NewArray[1]);//bbb
document.write("切割出來的第三個區塊是 " + NewArray[2]);//ccc

以上紀錄~
 

https://innstory.com/story-使用JavaScript的split函式完成字串切割-1899
javascript

Prev
 使用curl執行POST請求

Next
使用jQuery阻止input直接按Enter就送出表單 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

JavaScript 搜尋字串並取代

JavaScript 搜尋字...

在 JavaScript 做搜尋並取代字串可以使用 replace() replace() 適用於在...

刪除已上傳至server的檔案

刪除已上傳至server的檔...

a5 管理系統,難免都會遇到要更新或刪除已經上傳到server的檔案。 總不能只是重新上傳卻又不把舊...

PHP使用array_product()函數求得陣列中的乘積

PHP使用array_pro...

arrayproduct()是PHP中的一個內建函數,可以返回陣列中所有元素的乘積。 例如 $arr...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format