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

使用jquery判斷上傳檔案大小

使用jquery判斷上傳檔案...

首先得引用jquery var fileSize = document.getElementById...

PDO常用方法

pexelsphoto555.jpeg PDO::query() 主要用於有記錄結果返回的操作(PD...

讓文字左右對齊

讓文字左右對齊

讓文字左右對齊這類的設計案,通常都會出現在平面設計居多。 網頁上很少會遇到客戶會執著於這方面,但不能...

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