let textareahtml = response.detail;
// 迴圈,分別取出每個item的富文字內容
let img = textareahtml.
match
(/]+>/g);
// 利用正則,取出所有img標籤,資料格式為陣列
console.
log(img,
"textareahtml");
let arrimg ="";
// 定義空字串,下面會往裡邊填充img標籤
for(
let j =
0; j < img.length; j++))
;// 這邊為了不讓九宮格裡的壓縮,所以放置在div的背景裡
}//這快加了乙個擷取最後乙個逗號的操作
let newimg =
(arrimg.
substring
(arrimg.length -1)
===","
)? arrimg.
substring(0
, arrimg.length -1)
: arrimg;
// 將取出來的img放置到newimg中
this
.topiclist = newimg.
split
(","
);
富文字ZSSRichTextEditor之趟坑集錦
富文字zssrichtexteditor是ios原生與網頁互動的集大成者,各種互動。自然問題也是多多,這篇文文章陸續更新遇到的奇葩問題。1.問題1 從頭條這種文章裡頭複製貼上的文章,裡邊有,我們需求並不需要,如何過濾?幹了客戶端,一開始額思路,總想從客戶端的webview裡頭找出路,忙活半天,並未發...
正則法則提取文字裡的時間
1 功能概述 實現通過正則法則,來提取乙個文字裡面包含的時間 2 實現思路 1 編寫適合篩選格式的正交法則 如圖實現 年 月 日的篩選 年 月 日 年 月 日 的格式,我們可以更改不同篩選規則,進行不同格式篩選 pattern pattern.compile 0 9 年 0 9 1 9 月 0 9 ...
Split 分段取文字裡的值
單個字元隔開 例項 頁面 body form id form1 runat server div div form body 後台 protected void page load object sender,eventargs e protected void button1 click obje...