以下代碼examines the content of inputData.body for a 32-character string match,並且 - 盡我所知,將任何匹配放在數組中。 // stores an array of any length (0 or more) with the matches
var matches = inputData.body.match(/\b[\
我有一個2列「id」(唯一值)和「名稱」的表。使用jQuery我想返回ID與ID數組(例如SR1,B1,B2)匹配的行數(.length),並且這些行的「name」字段中的值爲空。 到目前爲止,我有: var empty = $('[tabulator-field="name"]:empty').length;
var sr1 = $('.tabulator-row:nth-of-type(29
我有VBA代碼,用於比較用戶輸入的日期和當前日期,並用適當的顏色填充背景。它所有的工作正常。 現在我需要做系統檢查,如果在列中選擇排F的細胞是不是空的我需要有色列d,E,F爲灰色。 代碼: Private Sub CommandButton1_Click()
Dim i As Integer
For i = Range("C5000").End(xlUp).Row To 2
我有檢查輸入的日期與當前的日期,並填寫細胞在適當的顏色,並檢查colomn 「F」沒有清空將色彩VBA代碼D,E,F列。 問題是我到目前爲止有21條記錄,但系統只是彩色19條記錄,所以2行在F列中不是空的。 代碼: Private Sub CommandButton1_Click()
Dim i As Long
For i = Range("C5000").End(xlUp).Row To