js正則表達式提取內容

介紹 var content="連接:https://pan.baidu.com/s/14Ohd4jLuMWLRtqIt6eUNKg\n提取碼:5dlw\n複製這段內容後打開百度網盤手機App,操做更方便哦"; var reg = /連接:(.*)/; // https://pan.baidu.com/s/14Ohd4jLuMWLRtqIt6eUNKg console.log(reg.exec
相關文章
相關標籤/搜索