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

WordPress如何關閉迴響留言功能?

WordPress如何關閉迴...

其實WordPress本身的留言迴響功能還蠻健全的。 包括可以設定關鍵字黑名單或者是IP黑名單,強制...

判斷字串是否存在於內容中

判斷字串是否存在於內容中

searchphoto5 以下範例~ 搜尋 If you are lucky enough to b...

php檢查陣列中大於0的值

php檢查陣列中大於0的值

假設有一個陣列$a $a = array(,,,,,,); 取得大於的數值有幾個 $tempa = ...

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